Skip to content

Commit

Permalink
Remove reference to removed script from tink-java-apps Maven release …
Browse files Browse the repository at this point in the history
…script

PiperOrigin-RevId: 569466517
Change-Id: I9f5a33106a68b4dcdf1aa81806d658017a49ab6c
  • Loading branch information
morambro authored and copybara-github committed Sep 29, 2023
1 parent e7acf16 commit 2b716d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kokoro/release_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ if [[ "${IS_KOKORO}" == "true" ]]; then
"${KOKORO_KEYSTORE_DIR}/70968_tink_dev_maven_pgp_passphrase")"
fi

# Check for dependencies in TINK_BASE_DIR. Any that aren't present will be
# downloaded. This is for manual runs only, on Kokoro this is a noop.
./kokoro/testutils/fetch_git_repo_if_not_present.sh "${TINK_BASE_DIR}" \
"https://github.com/tink-crypto/tink-java"
# Use tink-java that is made available by Kokoro or the one fetched above if
# running locally.
./kokoro/testutils/replace_http_archive_with_local_repository.py \
-f "WORKSPACE" -t "${TINK_BASE_DIR}"

./maven/maven_deploy_library.sh "${MAVEN_DEPLOY_LIBRARY_OPTIONS[@]}" \
-n paymentmethodtoken/maven release apps-paymentmethodtoken \
maven/tink-java-apps-paymentmethodtoken.pom.xml "${RELEASE_VERSION}"
Expand Down

0 comments on commit 2b716d6

Please sign in to comment.