Skip to content

Commit

Permalink
Fix broken path in build_artifacts.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578218262
  • Loading branch information
copybara-androidxtest committed Oct 31, 2023
1 parent 7429116 commit f64e784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/build_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
mkdir -p "${KOKORO_ARTIFACTS_DIR}/artifacts"
cd "${KOKORO_ARTIFACTS_DIR}/github/android-test-releases"

source kokoro/gcp_ubuntu_docker/common.sh
source kokoro/common.sh
install_bazelisk
# runner has @androidsdk//:legacy_test-30 as a dependency
/opt/android-sdk/cmdline-tools/latest/bin/sdkmanager --sdk_root=/opt/android-sdk "platforms;android-30" "build-tools;30.0.0"
Expand Down

0 comments on commit f64e784

Please sign in to comment.