Exclude test build when build is promoted
This commit is contained in:
parent
b1f6903c5e
commit
631877c1fd
2 changed files with 6 additions and 1 deletions
|
@ -49,3 +49,8 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- make DOCKER=podman VERSION=test test
|
- make DOCKER=podman VERSION=test test
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- promote
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build:
|
||||||
$(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION)
|
$(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
DOCKER=$(DOCKER) ./tests2.sh
|
DOCKER=$(DOCKER) fish ./tests2.fish
|
||||||
|
|
||||||
squashed:
|
squashed:
|
||||||
$(DOCKER) pull debian:buster
|
$(DOCKER) pull debian:buster
|
||||||
|
|
Loading…
Reference in a new issue