Compare commits
1 Commits
27b95e2fca
...
fb62a03198
| Author | SHA1 | Date | |
|---|---|---|---|
| fb62a03198 |
2
Makefile
2
Makefile
@ -84,7 +84,9 @@ $(DIRS):
|
|||||||
export SUFFIX=$(SUFFIX) && \
|
export SUFFIX=$(SUFFIX) && \
|
||||||
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 $@" && \
|
||||||
packer init . && \
|
packer init . && \
|
||||||
|
echo "Starting packer build for $@" && \
|
||||||
packer build . )
|
packer build . )
|
||||||
|
|
||||||
# Update build timestamp and date in Consul if on master branch
|
# Update build timestamp and date in Consul if on master branch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user