Skip to content

Commit 08ccb59

Browse files
committed
fix: migrate logic to create tmpdir to build script (#3367)
* release debugging * release debugging * publish doc test * publish doc test * publish doc test * publish doc test * publish doc test * revert
1 parent 002513e commit 08ccb59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set -eov pipefail
2121
setup_environment_secrets() {
2222
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
2323
export GPG_TTY=$(tty)
24+
export TMPDIR=$(mktemp -d)
2425
export GPG_HOMEDIR=${TMPDIR}/gpg
2526
mkdir $GPG_HOMEDIR
2627
mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg

0 commit comments

Comments
 (0)