Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-14 11:44:17 -04:00
parent b8168d0c4b
commit be88878d86
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
2 changed files with 1 additions and 4 deletions

View file

@ -10,9 +10,6 @@ before_install:
jobs:
include:
- script: DOCKER_API_VERSION=1.37 make dind dtest
- stage: Run Test Coverage
script: make cover
after_success: bash <(curl -s https://codecov.io/bash)
- stage: Build Release
script:
- make release

View file

@ -199,7 +199,7 @@ dtest: ## Run the tests in a docker container
-e DOCKER_CERT_PATH=/etc/docker/ssl \
-e DOCKER_API_VERSION \
$(DOCKER_IMAGE) \
make test
make all
.PHONY: snakeoil
snakeoil: ## Update snakeoil certs for testing