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 aa0b332 commit d02fff7Copy full SHA for d02fff7
kokoro/gcp_ubuntu/continuous.cfg
@@ -9,5 +9,6 @@ build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
9
action {
10
define_artifacts {
11
regex: "**/*.apk"
12
+ fail_if_no_artifacts = true
13
}
14
kokoro/gcp_ubuntu/kokoro_build.sh
@@ -8,3 +8,5 @@ yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-33" "build-tools;30.
8
cd "${KOKORO_ARTIFACTS_DIR}/github/android-testdpc"
./build.sh
+
+echo ${KOKORO_ARTIFACTS_DIR}
0 commit comments