Skip to content

Commit ee9389e

Browse files
committed
Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
1 parent 8f009cf commit ee9389e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ machine:
99
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
1010
BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
1111
BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
12+
GO15VENDOREXPERIMENT: 1
1213

1314
dependencies:
1415
override:
@@ -21,9 +22,9 @@ test:
2122
pre:
2223
- gvm use stable && make build:
2324
pwd: $BASE_STABLE
24-
- gvm use stable && GO15VENDOREXPERIMENT=1 go get github.com/docker/docker-machine-driver-ci-test
25+
- gvm use stable && go get github.com/docker/docker-machine-driver-ci-test
2526

2627
override:
27-
- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test GO15VENDOREXPERIMENT=1 go test -v github.com/docker/machine/its/...:
28+
- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test go test -v github.com/docker/machine/its/...:
2829
pwd: $BASE_STABLE
2930
timeout: 600

0 commit comments

Comments
 (0)