Skip to content

Commit

Permalink
Don't force config regeneration (#11668)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak authored May 19, 2021
1 parent 055e15c commit db0e424
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 db0e424

Please sign in to comment.