Compare commits

..

1 Commits

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

View File

@ -82,9 +82,7 @@ $(DIRS):
export GIT_COMMIT=$(GIT_COMMIT) && \
export GIT_BRANCH=$(GIT_BRANCH) && \
echo "Starting packer init for $@" && \
pwd
ls -lha
env
packer -version && \
packer init . && \
echo "Starting packer build for $@" && \
packer build -debug . )