CI: Add "show-build" target to Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-02-02 12:14:57 +01:00
parent ee8e0b0f14
commit 3c63e4eef5

View file

@ -70,6 +70,8 @@ wait:
sleep 20 sleep 20
wait-2: wait-2:
sleep 20 sleep 20
show-build:
@echo "$(BUILD_TAG)"
test-all: test acceptance-run-chromium test-all: test acceptance-run-chromium
fmt: fmt-js fmt-go fmt: fmt-js fmt-go
clean-local: clean-local-config clean-local-cache clean-local: clean-local-config clean-local-cache