remove yaml reports
This commit is contained in:
parent
972288d810
commit
254c3885dc
3 changed files with 5 additions and 14 deletions
3
Justfile
Normal file
3
Justfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
report2yaml:
|
||||
yq e -Pi rustypipe_reports/*.json
|
||||
for f in rustypipe_reports/*.json; do mv $f rustypipe_reports/`basename $f .json`.yaml; done;
|
||||
Reference in a new issue