2019-05-11 08:24:17 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
Update.Package.OSRT:
|
|
|
|
group: Admin
|
|
|
|
environment_variables:
|
2019-05-15 08:51:21 +02:00
|
|
|
OSC_CONFIG: /home/go/config/oscrc-opensuse-tools-updater
|
2019-05-11 08:24:17 +02:00
|
|
|
OBS_PROJECT: openSUSE:Tools
|
|
|
|
OBS_PACKAGE: openSUSE-release-tools
|
|
|
|
OBS_TARGET_PROJECT: openSUSE:Factory
|
|
|
|
OBS_TARGET_PACKAGE: openSUSE-release-tools
|
2019-05-18 08:55:36 +02:00
|
|
|
timer:
|
|
|
|
spec: 0 0 9 ? * *
|
|
|
|
only_on_changes: false
|
2019-05-11 08:24:17 +02:00
|
|
|
materials:
|
|
|
|
git:
|
2022-05-31 14:04:32 +02:00
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
2019-05-11 08:24:17 +02:00
|
|
|
stages:
|
|
|
|
- obs-deploy:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-11 08:24:17 +02:00
|
|
|
tasks:
|
|
|
|
- script: ./dist/ci/obs-deploy
|