We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4236b97 commit 57c4333Copy full SHA for 57c4333
gcb/build_cert_manager.yaml
@@ -1,7 +1,10 @@
1
# This cloudbuild config file is intended to be triggered when a tag is pushed to the cert-manager repo
2
# and will build a cert-manager release and push to Google Cloud Storage (GCS).
3
4
-# The release won't be published automatically here; this just controls the build.
+# The release won't be published automatically; this file just defines the build steps.
5
+
6
+# The full release and publish process is documented here:
7
+# https://cert-manager.io/docs/contributing/release-process/
8
9
timeout: 2700s # 45m
10
0 commit comments