Skip to content

Commit 0db431c

Browse files
committed
Removed the load test from the release step
1 parent 1100fd9 commit 0db431c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

circle.yml

-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ deployment:
6464
- "docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS"
6565
- "docker push spectolabs/hoverfly:$CIRCLE_TAG"
6666
- "docker push spectolabs/hoverfly:latest"
67-
- "git clone https://${GITHUB_TOKEN}@github.com/SpectoLabs/hoverfly-load-testing && cd hoverfly-load-testing && sudo \"PATH=$PATH\" ./load-test.sh"
6867
- "cd $GOPATH/src/github.com/SpectoLabs/hoverfly && make build-release GIT_TAG_NAME=$CIRCLE_TAG SHELL=/bin/bash"
6968
- "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)