forked from TrueCloudLab/certificates
Remove docker testing from makefile
This commit is contained in:
parent
271c852773
commit
821a464ae5
2 changed files with 4 additions and 10 deletions
11
.travis.yml
11
.travis.yml
|
@ -17,14 +17,9 @@ env:
|
||||||
- V=1
|
- V=1
|
||||||
before_script:
|
before_script:
|
||||||
- make bootstrap
|
- make bootstrap
|
||||||
jobs:
|
script:
|
||||||
include:
|
- make
|
||||||
- stage: lint
|
- make artifacts
|
||||||
script: make lint
|
|
||||||
- script:
|
|
||||||
- make test
|
|
||||||
- make build
|
|
||||||
- make artifacts
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" || echo "Codecov did
|
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" || echo "Codecov did
|
||||||
not collect coverage reports"
|
not collect coverage reports"
|
||||||
|
|
|
@ -57,8 +57,7 @@ define DOCKER_BUILDX
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# For non-master builds don't build the docker containers.
|
# For non-master builds don't build the docker containers.
|
||||||
docker-branch: docker-prepare
|
docker-branch:
|
||||||
$(call DOCKER_BUILDX,$(VERSION),)
|
|
||||||
|
|
||||||
# For master builds don't build the docker containers.
|
# For master builds don't build the docker containers.
|
||||||
docker-master:
|
docker-master:
|
||||||
|
|
Loading…
Reference in a new issue