Skip to content

Commit

Permalink
ci: don't force config re-generation (hashicorp#11537)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury authored May 5, 2021
1 parent 30248fc commit 2059637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ 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)
$(GEN_CONFIG)
@echo "$@ updated"
Expand Down

0 comments on commit 2059637

Please sign in to comment.