CI: Add show-rev target to Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
b536e50005
commit
1af29dafba
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue