Skip to content

Commit

Permalink
Since it seems that the gcloud source repo mirror does include tags a…
Browse files Browse the repository at this point in the history
…fter all, tweak the cloudbuild script to remove the explicit tagging.
  • Loading branch information
ncabatoff committed Aug 31, 2018
1 parent 727bd2f commit da1de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
entrypoint: /bin/sh
dir: gopath/src/github.com
env: ['GOPATH=/workspace/gopath']
args: ['-c', 'cd ncabatoff/process-exporter && git tag $TAG_NAME && /goreleaser' ]
args: ['-c', 'cd ncabatoff/process-exporter && git tag && /goreleaser' ]
secretEnv: ['GITHUB_TOKEN']

secrets:
Expand Down

0 comments on commit da1de81

Please sign in to comment.