We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137d775 commit 5d25edcCopy full SHA for 5d25edc
build/cloudbuild.yaml
@@ -21,6 +21,8 @@
21
# Release tar will be in $OUTPUT
22
23
steps:
24
+- name: "gcr.io/cloud-builders/git"
25
+ args: [fetch, --depth=100]
26
- name: "ubuntu"
27
args: ["mkdir", "-p", "/workspace/_output/linux_amd64"]
28
- name: "gcr.io/kubebuilder/thirdparty-linux:1.9"
0 commit comments