We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8c667 commit 37628dfCopy full SHA for 37628df
1 file changed
debian12/Makefile
@@ -23,3 +23,9 @@ bash: ## Runs bash in the container
23
24
run: ## Runs the container with test data
25
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