From da1de8152f3ecf8d5a356f12fd59d2c0e153dfed Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Thu, 30 Aug 2018 20:22:31 -0400 Subject: [PATCH] Since it seems that the gcloud source repo mirror does include tags after all, tweak the cloudbuild script to remove the explicit tagging. --- cloudbuild.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.release.yaml b/cloudbuild.release.yaml index f1b200e..e7fb392 100644 --- a/cloudbuild.release.yaml +++ b/cloudbuild.release.yaml @@ -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: