File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
1314dependencies :
1415 override :
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
You can’t perform that action at this time.
0 commit comments