CI: Add show-rev target to Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-12-19 14:15:48 +01:00
parent b536e50005
commit 1af29dafba

View file

@ -72,6 +72,8 @@ wait:
sleep 20
wait-2:
sleep 20
show-rev:
@git rev-parse HEAD
show-build:
@echo "$(BUILD_TAG)"
test-all: test acceptance-run-chromium