gocd: provide OS.Origin.Manager.Update.
This commit is contained in:
parent
40aa37edb9
commit
ff7bfdca71
@ -247,3 +247,21 @@ pipelines:
|
|||||||
- staging-bot
|
- staging-bot
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./origin-manager.py -A https://api.opensuse.org --debug review
|
- script: ./origin-manager.py -A https://api.opensuse.org --debug review
|
||||||
|
OS.Origin.Manager.Update:
|
||||||
|
group: openSUSE.Checkers
|
||||||
|
lock_behavior: unlockWhenFinished
|
||||||
|
environment_variables:
|
||||||
|
OSC_CONFIG: /home/go/config/oscrc-origin-manager
|
||||||
|
materials:
|
||||||
|
script:
|
||||||
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
|
timer:
|
||||||
|
spec: 0 7 * ? * *
|
||||||
|
only_on_changes: false
|
||||||
|
stages:
|
||||||
|
- Run:
|
||||||
|
approval: manual
|
||||||
|
resources:
|
||||||
|
- staging-bot
|
||||||
|
tasks:
|
||||||
|
- script: osc -A https://api.opensuse.org origin -p openSUSE:Leap:15.2 update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user