Skip to content

Commit

Permalink
always re-generate .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Apr 26, 2021
1 parent 27022f7 commit 5d8aa0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copythis.circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ 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 5d8aa0d

Please sign in to comment.