Remove docker testing from makefile

This commit is contained in:
Carl Tashian 2020-08-18 17:27:38 -07:00
parent 271c852773
commit 821a464ae5
2 changed files with 4 additions and 10 deletions

View file

@ -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"

View file

@ -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: