One more fix for the dashboard generator config
This commit is contained in:
parent
1335e55bf9
commit
063dd72ae3
@ -9,7 +9,6 @@ pipelines:
|
||||
materials:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
destination: scripts
|
||||
timer:
|
||||
spec: 0 */5 * ? * *
|
||||
only_on_changes: false
|
||||
@ -20,6 +19,6 @@ pipelines:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
set -x
|
||||
set -e
|
||||
PYTHONPATH=$PWD python3 ./dashboard/generate.py -p openSUSE:Factory > dashboard/output/index.html
|
||||
rsync -av dashboard/output/ rsync://coolo@195.135.221.140:11873/factory-dashboard.opensuse.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user