8000 use python-docker image · niralkk/python-docs-samples@a4ef85a · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ef85a

Browse files
committed
use python-docker image
1 parent 89478ee commit a4ef85a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/common.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build_file: "python-docs-samples/.kokoro/trampoline.sh"
99
# Use the Python worker docker image.
1010
env_vars: {
1111
key: "TRAMPOLINE_IMAGE"
12-
value: "gcr.io/cloud-devrel-kokoro-resources/python@sha256:e11a459d01e5dcd3613fda35c7c94edfecfe911ed79c078580ff59de300b1938"
12+
# value: "gcr.io/cloud-devrel-kokoro-resources/python@sha256:e11a459d01e5dcd3613fda35c7c94edfecfe911ed79c078580ff59de300b1938"
13+
value: "gcr.io/cloud-devrel-kokoro-resources/python-docker"
1314
}
1415

1516
# Specify project ID

0 commit comments

Comments
 (0)
0