Compare commits

..

1 Commits

Author SHA1 Message Date
27da21cfab test: debug
All checks were successful
Build / build (pull_request) Successful in 19s
2025-01-25 17:57:04 +11:00

View File

@ -82,10 +82,9 @@ $(DIRS):
export GIT_COMMIT=$(GIT_COMMIT) && \
export GIT_BRANCH=$(GIT_BRANCH) && \
echo "Starting packer init for $@" && \
packer -version && \
packer init . && \
/usr/bin/packer init . && \
echo "Starting packer build for $@" && \
packer build -debug . )
/usr/bin/packer build -debug . )
# Update build timestamp and date in Consul if on master branch
if [ "$(GIT_BRANCH)" = "master" ]; then \