This commit is contained in:
parent
dcaef2db71
commit
76f7d9118b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build:
|
|||
$(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION)
|
||||
|
||||
test:
|
||||
DOCKER=$(DOCKER) bash ./tests2.fish ${REPO}:$(VERSION)
|
||||
DOCKER=$(DOCKER) bash ./tests2.sh ${REPO}:$(VERSION)
|
||||
|
||||
squashed:
|
||||
$(DOCKER) pull debian:11
|
||||
|
|
Loading…
Reference in a new issue