Skip to content

Commit 3677637

Browse files
committed
Fixing circle.yml to set the GIT_TAG_NAME before it runs the script
1 parent 71a7d44 commit 3677637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ deployment:
7171
- "docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS"
7272
- "docker push spectolabs/hoverfly:$CIRCLE_TAG"
7373
- "docker push spectolabs/hoverfly:latest"
74-
- "$GOPATH/src/github.com/SpectoLabs/hoverfly/build-release.sh GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash"
74+
- "GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash $GOPATH/src/github.com/SpectoLabs/hoverfly/build-release.sh"
7575
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly/target && for f in hoverfly_bundle*;do github-release upload --user SpectoLabs --repo hoverfly --tag \"$CIRCLE_TAG\" --name \"$f\" --file \"$f\"; done"

0 commit comments

Comments
 (0)