Skip to content

Commit d0a5395

Browse files
committed
.
1 parent 8a85a00 commit d0a5395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kokoro/gcp_ubuntu/kokoro_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#!/bin/bash
1+
i#!/bin/bash
22

33
# Fail on any error.
44
set -e
55

66
sudo npm install -g @bazel/bazelisk
7-
$ANDROID_HOME/tools/bin/sdkmanager "platforms;android-33"
7+
yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-33"
88

99
cd "${KOKORO_ARTIFACTS_DIR}/github/android-testdpc"
1010
./build.sh

0 commit comments

Comments
 (0)