fix test typo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adam Štrauch 2021-12-04 14:49:28 +01:00
parent dcaef2db71
commit 76f7d9118b
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -10,7 +10,7 @@ build:
$(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION) $(DOCKER) tag ${REPO}:dev ${REPO}:$(VERSION)
test: test:
DOCKER=$(DOCKER) bash ./tests2.fish ${REPO}:$(VERSION) DOCKER=$(DOCKER) bash ./tests2.sh ${REPO}:$(VERSION)
squashed: squashed:
$(DOCKER) pull debian:11 $(DOCKER) pull debian:11