diff --git a/.drone.yml b/.drone.yml index dc2e767..ec05094 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,3 +49,8 @@ steps: privileged: true commands: - make DOCKER=podman VERSION=test test + +trigger: + event: + exclude: + - promote diff --git a/Makefile b/Makefile index c7fe4c8..f3487ff 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: $(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION) test: - DOCKER=$(DOCKER) ./tests2.sh + DOCKER=$(DOCKER) fish ./tests2.fish squashed: $(DOCKER) pull debian:buster