Skip to content

Commit

Permalink
fix generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 6, 2024
1 parent e6f1bd4 commit 0d8d884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ radixconfigs:
source .env.platform; envsubst < radixconfig.tpl.yaml > radixconfig.platform.yaml
source .env.playground; envsubst < radixconfig.tpl.yaml > radixconfig.playground.yaml

.PHONY: generate
generate: radixconfigs

.PHONY: verify-generate
verify-generate: generate
git diff --exit-code

0 comments on commit 0d8d884

Please sign in to comment.