Skip to content

Commit d02fff7

Browse files
committed
.
1 parent aa0b332 commit d02fff7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kokoro/gcp_ubuntu/continuous.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
99
action {
1010
define_artifacts {
1111
regex: "**/*.apk"
12+
fail_if_no_artifacts = true
1213
}
1314
}

kokoro/gcp_ubuntu/kokoro_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-33" "build-tools;30.
88

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

0 commit comments

Comments
 (0)