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