Skip to content

Commit

Permalink
updated git fetch args to enable GCB fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Apr 20, 2018
1 parent 137d775 commit 5d25edc
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 5d25edc

Please sign in to comment.