We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc044f3 commit f697b50Copy full SHA for f697b50
.kokoro/common.sh
@@ -21,6 +21,7 @@ set -eov pipefail
21
setup_environment_secrets() {
22
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
23
export GPG_TTY=$(tty)
24
+ export TMPDIR=$(mktemp -d)
25
export GPG_HOMEDIR=${TMPDIR}/gpg
26
mkdir $GPG_HOMEDIR
27
mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
0 commit comments