Compare commits
2 Commits
780176088d
...
8af68f6dc8
| Author | SHA1 | Date | |
|---|---|---|---|
| 8af68f6dc8 | |||
| 04b9a56b09 |
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ $(DIRS):
|
||||
READABLE_DATE=$$(date '+%Y-%m-%d %H:%M:%S %Z'); \
|
||||
consul kv put infra/packer/$@/timestamp $$CURRENT_TIMESTAMP; \
|
||||
consul kv put infra/packer/$@/date "$$READABLE_DATE"; \
|
||||
consul kv put infra/packer/$@/commit "$$GIT_COMMIT"; \
|
||||
consul kv put infra/packer/$@/commit "$(GIT_COMMIT)"; \
|
||||
fi
|
||||
|
||||
# Clean all symlinks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user