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