Skip to content

Commit 2b716d6

Browse files
morambrocopybara-github
authored andcommitted
Remove reference to removed script from tink-java-apps Maven release script
PiperOrigin-RevId: 569466517 Change-Id: I9f5a33106a68b4dcdf1aa81806d658017a49ab6c
1 parent e7acf16 commit 2b716d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

kokoro/release_maven.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ if [[ "${IS_KOKORO}" == "true" ]]; then
6868
"${KOKORO_KEYSTORE_DIR}/70968_tink_dev_maven_pgp_passphrase")"
6969
fi
7070

71-
# Check for dependencies in TINK_BASE_DIR. Any that aren't present will be
72-
# downloaded. This is for manual runs only, on Kokoro this is a noop.
73-
./kokoro/testutils/fetch_git_repo_if_not_present.sh "${TINK_BASE_DIR}" \
74-
"https://github.com/tink-crypto/tink-java"
75-
# Use tink-java that is made available by Kokoro or the one fetched above if
76-
# running locally.
77-
./kokoro/testutils/replace_http_archive_with_local_repository.py \
78-
-f "WORKSPACE" -t "${TINK_BASE_DIR}"
79-
8071
./maven/maven_deploy_library.sh "${MAVEN_DEPLOY_LIBRARY_OPTIONS[@]}" \
8172
-n paymentmethodtoken/maven release apps-paymentmethodtoken \
8273
maven/tink-java-apps-paymentmethodtoken.pom.xml "${RELEASE_VERSION}"

0 commit comments

Comments
 (0)