This commit is contained in:
Pedro Nasser
2016-09-12 11:45:50 -03:00
parent 81a3394317
commit 86b0ab3c9f
2 changed files with 16 additions and 17 deletions

10
test.sh Executable file
View File

@@ -0,0 +1,10 @@
./build.sh
export GO15VENDOREXPERIMENT=1
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
-e TEST_DOCKER_USERNAME \
-e TEST_DOCKER_PASSWORD \
-e CI="$CI" \
-e LOG_LEVEL=debug \
-e GOPATH="$PWD/../../../.." \
-v "$PWD":"$PWD" -w "$PWD" iron/go-dind go test -v $(go list ./... | grep -v /vendor/)