This repository was archived by the owner on Dec 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff 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
2626CMDS =controller-manager
2727
2828include 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
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