Skip to content

Commit 969353d

Browse files
authored
Fix documentation for renew probers cb file (#2862)
1 parent 6cd351e commit 969353d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

release/cloudbuild-renew-prober-certs.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,9 @@
55
# gcloud builds submit --config=cloudbuild-renew-prober-certs.yaml \
66
# --substitutions=_ENV=[ENV] ..
77
#
8-
# To manually trigger a build on GCB using a released version, with TAG being
9-
# the release tag and _ENV being the environment, run:
10-
# cd $(mktemp -d);
11-
# gcloud storage cp \
12-
# gs://domain-registry-dev-deploy/{TAG}/cloudbuild-renew-prober-certs-{_ENV}.yaml .
13-
# gcloud builds submit --config="./cloudbuild-renew-prober-certs-{_ENV}.yaml"
14-
#
158
# To trigger a build automatically, follow the instructions below and add a trigger:
169
# https://cloud.google.com/cloud-build/docs/running-builds/automate-builds
1710
#
18-
# Note that the release process hardens the tags and variables in this file:
19-
# - The 'latest' tag on docker images will be replaced by their image digests.
20-
# - The ${_ENV} pattern will be replaced by the actual environment name.
21-
# Please refer to ./cloudbuild-release.yaml for more details.
2211
steps:
2312
# Generate new SSL certs
2413
- name: 'gcr.io/$PROJECT_ID/builder:live'

0 commit comments

Comments
 (0)