mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
ci: fix progress_shield.json update
This commit is contained in:
parent
7e4e143a89
commit
a435194cca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 progress.py --csv >> /var/www/papermar.io/html/reports/progress.csv'
|
sh 'python3 progress.py --csv >> /var/www/papermar.io/html/reports/progress.csv'
|
||||||
sh 'python3 progress.py --shield-json >> /var/www/papermar.io/html/reports/progress_shield.json'
|
sh 'python3 progress.py --shield-json > /var/www/papermar.io/html/reports/progress_shield.json'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user