Skip to content

Commit bab4596

Browse files
authored
Merge pull request kubernetes-retired#44 from tparikh/cloudbuild
added cloudbuild.yaml
2 parents 8ce1b4a + 8db5fc3 commit bab4596

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

container-object-storage-interface-controller/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ release-tools/build.make:
2020
$(eval TMP := $(shell mktemp -d))
2121
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
2222
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
23-
$(shell rm -rf ${TMP})
23+
$(shell rm -rf ${TMP})
2424
ln -s release-tools/travis.yml travis.yml
2525

2626
CMDS=controller-manager
2727

2828
include release-tools/build.make
29+
30+
IMAGE_NAME=quay.io/containerobjectstorage/objectstorage-controller
31+
IMAGE_TAGS=canary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://cloud.google.com/cloud-build/docs/build-config
2+
timeout: 3000s
3+
options:
4+
substitution_option: ALLOW_LOOSE
5+
steps:
6+
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
7+
entrypoint: make
8+
args:
9+
- build

0 commit comments

Comments
 (0)