Skip to content

Commit e7ee876

Browse files
authored
fix(docs): add build-image job (#9371)
1 parent 920e1bc commit e7ee876

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.kokoro/build-image/continuous.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

.kokoro/docs/common.cfg

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
1710
env_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+

0 commit comments

Comments
 (0)