Compare commits
1 Commits
17e5fb1c12
...
137cd509e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 137cd509e9 |
2
Makefile
2
Makefile
@ -87,7 +87,7 @@ $(DIRS):
|
|||||||
env
|
env
|
||||||
packer init . && \
|
packer init . && \
|
||||||
echo "Starting packer build for $@" && \
|
echo "Starting packer build for $@" && \
|
||||||
packer build -debug . )
|
packer build . )
|
||||||
|
|
||||||
# Update build timestamp and date in Consul if on master branch
|
# Update build timestamp and date in Consul if on master branch
|
||||||
if [ "$(GIT_BRANCH)" = "master" ]; then \
|
if [ "$(GIT_BRANCH)" = "master" ]; then \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user