Skip to content

Commit 6fd1796

Browse files
author
Bertrand Gouny
committed
Merge branch 'feature-makefile' into release-0.9.0
2 parents 13b7a06 + db173a2 commit 6fd1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
docker.io build -t $(NAME):$(VERSION) --rm .
1010

1111
test:
12-
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
12+
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
1313

1414
tag_latest:
1515
docker.io tag $(NAME):$(VERSION) $(NAME):latest

0 commit comments

Comments
 (0)