File tree 2 files changed +13
-1
lines changed
container-object-storage-interface-controller
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,12 @@ release-tools/build.make:
20
20
$(eval TMP := $(shell mktemp -d) )
21
21
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
22
22
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
23
- $(shell rm -rf ${TMP})
23
+ $(shell rm -rf ${TMP})
24
24
ln -s release-tools/travis.yml travis.yml
25
25
26
26
CMDS =controller-manager
27
27
28
28
include release-tools/build.make
29
+
30
+ IMAGE_NAME =quay.io/containerobjectstorage/objectstorage-controller
31
+ IMAGE_TAGS =canary
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments