Skip to content

Commit c766f5c

Browse files
authored
Merge pull request #1155 from lilic/add-cloud
cloudbuild.yaml: Add builds for k8s.gcr.io
2 parents adef5e0 + d40a485 commit c766f5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

cloudbuild.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See https://cloud.google.com/cloud-build/docs/build-config
2+
timeout: 1200s
3+
options:
4+
substitution_option: ALLOW_LOOSE
5+
steps:
6+
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
7+
entrypoint: make
8+
env:
9+
- GIT_TAG=$_PULL_BASE_REF
10+
- GIT_COMMIT=$_PULL_BASE_SHA
11+
args:
12+
- push

0 commit comments

Comments
 (0)