Mikey Tran commited on
Commit
0f9403d
·
unverified ·
1 Parent(s): f8178ac

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +6 -0
Makefile CHANGED
@@ -15,3 +15,9 @@ eval:
15
  echo '![Confusion Matrix](./results/model_results.png)' >> report.md
16
 
17
  cml comment create --publish report.md
 
 
 
 
 
 
 
15
  echo '![Confusion Matrix](./results/model_results.png)' >> report.md
16
 
17
  cml comment create --publish report.md
18
+
19
+ update-branch:
20
+ git config --global user.name $(USER_NAME)
21
+ git config --global user.email $(USER_EMAIL)
22
+ git commit -am "Update with new results"
23
+ git push --force origin HEAD:update