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 c723b17 commit ff2f2d2Copy full SHA for ff2f2d2
kokoro/gcp_ubuntu/kokoro_build.sh
@@ -9,4 +9,6 @@ yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-33" "build-tools;30.
9
cd "${KOKORO_ARTIFACTS_DIR}/github/android-testdpc"
10
./build.sh
11
12
-echo ${KOKORO_ARTIFACTS_DIR}
+ls ${KOKORO_ARTIFACTS_DIR}
13
+mkdir ${KOKORO_ARTIFACTS_DIR}/artifacts
14
+mv bazel-bin/* ${KOKORO_ARTIFACTS_DIR}/artifacts
0 commit comments