Skip to content

Commit 0d7a857

Browse files
author
Ben Vickers
committed
make sure that make build-release runs in bash on circleci
1 parent 7313b15 commit 0d7a857

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
@@ -34,5 +34,5 @@ deployment:
3434
production:
3535
tag: /v[0-9]+(\.[0-9]+)*/
3636
commands:
37-
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly && make build-release GIT_TAG_NAME=$CIRCLE_TAG"
37+
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly && make build-release GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash"
3838
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly/target && for f in hover*;do github-release upload --user SpectoLabs --repo hoverfly --tag \"$CIRCLE_TAG\" --name \"$f\" --file \"$f\"; done"

0 commit comments

Comments
 (0)