From 04b9a56b096b1f0b69116c2621c51c176517e399 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 12 Jan 2025 17:22:03 +1100 Subject: [PATCH] fix: commit key doesnt contain data - ensure the commit key in consul actually has a key --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cda82e9..f3678f6 100644 --- a/Makefile +++ b/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