mirror of https://github.com/docker/docs.git
Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
8f009cfe8c
commit
ee9389e98c
|
@ -9,6 +9,7 @@ machine:
|
||||||
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
|
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
|
||||||
BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
|
BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
|
||||||
BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
|
BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
|
||||||
|
GO15VENDOREXPERIMENT: 1
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
override:
|
override:
|
||||||
|
@ -21,9 +22,9 @@ test:
|
||||||
pre:
|
pre:
|
||||||
- gvm use stable && make build:
|
- gvm use stable && make build:
|
||||||
pwd: $BASE_STABLE
|
pwd: $BASE_STABLE
|
||||||
- gvm use stable && GO15VENDOREXPERIMENT=1 go get github.com/docker/docker-machine-driver-ci-test
|
- gvm use stable && go get github.com/docker/docker-machine-driver-ci-test
|
||||||
|
|
||||||
override:
|
override:
|
||||||
- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test GO15VENDOREXPERIMENT=1 go test -v github.com/docker/machine/its/...:
|
- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test go test -v github.com/docker/machine/its/...:
|
||||||
pwd: $BASE_STABLE
|
pwd: $BASE_STABLE
|
||||||
timeout: 600
|
timeout: 600
|
||||||
|
|
Loading…
Reference in New Issue