Skip to content

Commit

Permalink
install: also re-gen config after install
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Jul 26, 2019
1 parent 88210c0 commit 920f533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ log "Installing to repo rooted at $TARGET"
cd .circleci
log "Copying Makefile, .gitattributes, .gitignore and README.md"
cp "$SRC"/{Makefile,.gitattributes,.gitignore,README.md} ./
# Re-gen the config now in case it needs to change due to updated Makefile.
make ci-config
cd ..
[ ! -d .git ] || {
mkdir -p .git/hooks
Expand Down

0 comments on commit 920f533

Please sign in to comment.