Compare commits

..

1 Commits

Author SHA1 Message Date
17e5fb1c12 test: debug
All checks were successful
Build / build (pull_request) Successful in 6s
2025-01-25 17:48:42 +11:00

View File

@ -87,7 +87,7 @@ $(DIRS):
env env
packer init . && \ packer init . && \
echo "Starting packer build for $@" && \ echo "Starting packer build for $@" && \
packer build . ) packer build -debug . )
# Update build timestamp and date in Consul if on master branch # Update build timestamp and date in Consul if on master branch
if [ "$(GIT_BRANCH)" = "master" ]; then \ if [ "$(GIT_BRANCH)" = "master" ]; then \