Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Feb 20, 2021
1 parent c3eb7a8 commit 004915d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ generate_chnroutes:
src/chnroutes.py

update_repo:
git config pull.rebase true
git pull origin master
git add .
git diff-index --quiet HEAD || git commit -m "Auto updated $(TIME_NOW)"
git push origin master

0 comments on commit 004915d

Please sign in to comment.