-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dba5cc2
commit 4994ab6
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,14 @@ jobs: | |
dvc plots diff --target loss.csv --show-vega master > vega.json | ||
vl2png vega.json -s 1.3 | cml-publish --md >> report.md | ||
cml-send-comment report.md | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
# commit dvc.lock and files | ||
git add dvc.lock | ||
git add loss.csv metrics.json | ||
git commit -m "CML commit" | ||
git push | ||
dvc push |
4994ab6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.