Skip to content

Commit

Permalink
fix: migrate logic to create tmpdir to build script (#3367)
Browse files Browse the repository at this point in the history
* release debugging

* release debugging

* publish doc test

* publish doc test

* publish doc test

* publish doc test

* publish doc test

* revert
  • Loading branch information
ldetmer authored Nov 6, 2024
1 parent a2d9df3 commit a12638c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kokoro/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -eov pipefail
setup_environment_secrets() {
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
export GPG_TTY=$(tty)
export TMPDIR=$(mktemp -d)
export GPG_HOMEDIR=${TMPDIR}/gpg
mkdir $GPG_HOMEDIR
mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
Expand Down

0 comments on commit a12638c

Please sign in to comment.