Skip to content

Commit

Permalink
Merge pull request #83 from droot/fix_git_fetch
Browse files Browse the repository at this point in the history
updated git fetch args to enable GCB fetch tags
  • Loading branch information
droot authored Apr 20, 2018
2 parents 137d775 + 5d25edc commit 23e459f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# Release tar will be in $OUTPUT

steps:
- name: "gcr.io/cloud-builders/git"
args: [fetch, --depth=100]
- name: "ubuntu"
args: ["mkdir", "-p", "/workspace/_output/linux_amd64"]
- name: "gcr.io/kubebuilder/thirdparty-linux:1.9"
Expand Down

0 comments on commit 23e459f

Please sign in to comment.