We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8c5ef commit 87d732dCopy full SHA for 87d732d
kokoro/release_maven.sh
@@ -93,7 +93,7 @@ RELEASE_KEY="${KOKORO_KEYSTORE_DIR}/70968_tink_tinkey_release_wrapping_key.pb"
93
readonly BASE64TOKENFILE="$(mktemp)"
94
"${KOKORO_BLAZE_DIR}/GoTools/blaze-bin/third_party/tink/integration/go/kokorotools/hybrid_encryption" \
95
--tink_key_file="${RELEASE_KEY}" \
96
- --source_file=/tink_orig_dir/tink_java/tools/maven_central_tokens/encrypted_password \
+ --source_file="${TINK_BASE_DIR}/tink_java/tools/maven_central_tokens/encrypted_password" \
97
--dest_file="${BASE64TOKENFILE}" \
98
--context=MavenCentralPublishing \
99
--mode=decrypt
0 commit comments