Skip to content

Commit 23e459f

Browse files
authored
Merge pull request #83 from droot/fix_git_fetch
updated git fetch args to enable GCB fetch tags
2 parents 137d775 + 5d25edc commit 23e459f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# Release tar will be in $OUTPUT
2222

2323
steps:
24+
- name: "gcr.io/cloud-builders/git"
25+
args: [fetch, --depth=100]
2426
- name: "ubuntu"
2527
args: ["mkdir", "-p", "/workspace/_output/linux_amd64"]
2628
- name: "gcr.io/kubebuilder/thirdparty-linux:1.9"

0 commit comments

Comments
 (0)