Skip to content

Commit

Permalink
Update sync tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chen authored and wweic committed May 10, 2019
1 parent 0c98a80 commit 3de1179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neo-tools/sync-with-dmlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def main():
with open(last_commit_file, 'w') as f:
f.write(head_commit)

repo.git.add(last_commit_file)
repo.git.commit("Update " + last_commit_file)

logging.info("Update successfully")

if __name__ == '__main__':
Expand Down

0 comments on commit 3de1179

Please sign in to comment.