Compare commits

..

1 Commits

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

View File

@ -84,7 +84,9 @@ $(DIRS):
export SUFFIX=$(SUFFIX) && \
export GIT_COMMIT=$(GIT_COMMIT) && \
export GIT_BRANCH=$(GIT_BRANCH) && \
echo "Starting packer init for $@" && \
packer init . && \
echo "Starting packer build for $@" && \
packer build . )
# Update build timestamp and date in Consul if on master branch