Remove docker testing from makefile

pull/353/head
Carl Tashian 4 years ago
parent 271c852773
commit 821a464ae5

@ -17,14 +17,9 @@ env:
- V=1
before_script:
- make bootstrap
jobs:
include:
- stage: lint
script: make lint
- script:
- make test
- make build
- make artifacts
script:
- make
- make artifacts
after_success:
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" || echo "Codecov did
not collect coverage reports"

@ -57,8 +57,7 @@ define DOCKER_BUILDX
endef
# For non-master builds don't build the docker containers.
docker-branch: docker-prepare
$(call DOCKER_BUILDX,$(VERSION),)
docker-branch:
# For master builds don't build the docker containers.
docker-master:

Loading…
Cancel
Save