Skip to content

Commit 4698fbc

Browse files
committed
.
1 parent 99b6598 commit 4698fbc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

kokoro/gcp_ubuntu/continuous.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44

55
# Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>.
66
# github_scm.name is specified in the job configuration (next section).
7-
build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
7+
build_file: "android-testdpc/kokoro/gcp_ubuntu/kokoro_build.sh"
8+
9+
action {
10+
define_artifacts {
11+
regex: "bazel-bin/testdpc.apk"
12+
strip_prefix: "bazel-bin/"
13+
}
14+
}

0 commit comments

Comments
 (0)