Skip to content

Commit 4fda671

Browse files
committed
Cloudbuild: remove the now useless comment about build-3dc9ba45-d23c-441c-8809-ac693054716e
Signed-off-by: Maël Valais <[email protected]>
1 parent 2925920 commit 4fda671

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

cloudbuild.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
# This cloudbuild builds and tests a deployer image of the form:
2-
#
3-
# gcr.io/jetstack-public/jetstack-secure-for-cert-manager/deployer:build-3dc9ba45-d23c-441c-8809-ac693054716e
4-
#
5-
# Remember that you then have to "promote" this build by pushing the
6-
# deployer and tester image. Imagining that you want to release the
7-
# application version "1.1.0-gcm.2", you will have to run:
8-
#
9-
# BUILD_TAG=build-3dc9ba45-d23c-441c-8809-ac693054716e
10-
# RELEASE_TAG=1.1.0-gcm.2
11-
# while read img; do
12-
# docker pull $img:$BUILD_TAG
13-
# docker tag $img:{$BUILD_TAG,$RELEASE_TAG}
14-
# docker push $img:$RELEASE_TAG
15-
# done <<EOF
16-
# gcr.io/jetstack-public/jetstack-secure-for-cert-manager/deployer
17-
# gcr.io/jetstack-public/jetstack-secure-for-cert-manager/smoke-test
18-
# EOF
19-
201
timeout: 1800s # 30m
212
substitutions:
223
# WARNING: the "verify" step only works on the jetstack-public project.

0 commit comments

Comments
 (0)