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 cb7ddfc commit 28d6805Copy full SHA for 28d6805
build/cloudbuild.yaml
@@ -22,7 +22,7 @@
22
23
steps:
24
- name: "gcr.io/cloud-builders/git"
25
- args: [fetch, --depth=100]
+ args: [fetch, --tags, --depth=100]
26
- name: "ubuntu"
27
args: ["mkdir", "-p", "/workspace/_output/linux_amd64"]
28
- name: "gcr.io/kubebuilder/thirdparty-linux:1.10.1"
0 commit comments