fix: commit key doesnt contain data

- ensure the commit key in consul actually has a key
This commit is contained in:
Ben Vincent 2025-01-12 17:22:03 +11:00
parent 780176088d
commit 04b9a56b09

View File

@ -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