Compare commits
1 Commits
1908f27952
...
17e5fb1c12
| Author | SHA1 | Date | |
|---|---|---|---|
| 17e5fb1c12 |
4
Makefile
4
Makefile
@ -82,7 +82,9 @@ $(DIRS):
|
|||||||
export GIT_COMMIT=$(GIT_COMMIT) && \
|
export GIT_COMMIT=$(GIT_COMMIT) && \
|
||||||
export GIT_BRANCH=$(GIT_BRANCH) && \
|
export GIT_BRANCH=$(GIT_BRANCH) && \
|
||||||
echo "Starting packer init for $@" && \
|
echo "Starting packer init for $@" && \
|
||||||
packer -version && \
|
pwd
|
||||||
|
ls -lha
|
||||||
|
env
|
||||||
packer init . && \
|
packer init . && \
|
||||||
echo "Starting packer build for $@" && \
|
echo "Starting packer build for $@" && \
|
||||||
packer build -debug . )
|
packer build -debug . )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user