File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # -*- protobuffer -*-
2+ # proto-file: google3/devtools/kokoro/config/proto/build.proto
3+ # proto-message: BuildConfig
4+
5+ # Path to Dockerfile, PREFIXED with the SCM name from the Job Config
6+ dockerfile_path: " build-dir/.kokoro/docs/docker/Dockerfile"
7+
8+ container_artifact {
9+ destination: " gcr.io/cloud-devrel-kokoro-resources/google-cloud-php-docs:latest"
10+ }
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ action {
77 }
88}
99
10- # Path to Dockerfile relative to the SCM root
11- dockerfile_path: " .kokoro/docs/docker/Dockerfile"
12-
13- container_artifact {
14- destination: " gcr.io/cloud-devrel-kokoro-resources/google-cloud-php-docs:latest"
15- }
16-
1710env_vars: {
1811 key: " STAGING_BUCKET"
1912 value: " docs-staging-v2"
@@ -26,4 +19,5 @@ before_action {
2619 keyname: " docuploader_service_account"
2720 }
2821 }
29- }
22+ }
23+
You can’t perform that action at this time.
0 commit comments