Spaces:
Sleeping
Sleeping
Mikey Tran commited on
Update Makefile
Browse files
Makefile
CHANGED
|
@@ -15,3 +15,9 @@ eval:
|
|
| 15 |
echo '' >> report.md
|
| 16 |
|
| 17 |
cml comment create --publish report.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
echo '' >> 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
|