Skip to content

Commit 37628df

Browse files
committed
Add missing Makefile targets
1 parent 8a8c667 commit 37628df

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

debian12/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ bash: ## Runs bash in the container
2323

2424
run: ## Runs the container with test data
2525
docker run --rm -it -p 8000:8000 -v $(shell pwd)/test:/srv/remote --name $(NAME) $(IMAGE_NAME):$(TAG)
26+
27+
_ci_test:
28+
true
29+
30+
_ci_version:
31+
@echo $(TAG)

0 commit comments

Comments
 (0)