Skip to content

Commit

Permalink
Don't force config regeneration (hashicorp#11667)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed May 19, 2021
1 parent a229ca7 commit 01ca3c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ define GEN_CONFIG
@mv -f $@.tmp $@
endef

# Always re-generate the config, as we can't trust timestamps with git.
.PHONY: $(OUT)
$(OUT): $(CONFIG_SOURCE)
$(OUT): $(CONFIG_SOURCE)
$(GEN_CONFIG)
@echo "$@ updated"

Expand Down

0 comments on commit 01ca3c4

Please sign in to comment.