Compare commits

..

1 Commits

Author SHA1 Message Date
137cd509e9 test: debug
All checks were successful
Build / build (pull_request) Successful in 5s
2025-01-25 17:45:55 +11:00

View File

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