Skip to content

Commit

Permalink
Fix git tag recovery in cloud build.
Browse files Browse the repository at this point in the history
Deleted in previous PR.  Hard to test locally.
  • Loading branch information
monopole authored Sep 27, 2019
1 parent 17bf9d3 commit d89b448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releasing/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
steps:
- name: "gcr.io/cloud-builders/git"
args: [fetch, --tags, --depth=100]
- name: goreleaser/goreleaser
entrypoint: /bin/sh
args: ["releasing/cloudbuild.sh"]
Expand Down

0 comments on commit d89b448

Please sign in to comment.