We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a7d44 commit 3677637Copy full SHA for 3677637
circle.yml
@@ -71,5 +71,5 @@ deployment:
71
- "docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS"
72
- "docker push spectolabs/hoverfly:$CIRCLE_TAG"
73
- "docker push spectolabs/hoverfly:latest"
74
- - "$GOPATH/src/github.com/SpectoLabs/hoverfly/build-release.sh GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash"
+ - "GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash $GOPATH/src/github.com/SpectoLabs/hoverfly/build-release.sh"
75
- "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