This commit is contained in:
parent
12a6ded209
commit
ee96c3ed4e
2 changed files with 5 additions and 1 deletions
|
|
@ -28,6 +28,8 @@ pipeline:
|
|||
- su builder
|
||||
- cd vls
|
||||
- makepkg -s --noconfirm --needed
|
||||
when:
|
||||
event: [push, cron]
|
||||
|
||||
publish:
|
||||
image: 'curlimages/curl'
|
||||
|
|
@ -37,3 +39,5 @@ pipeline:
|
|||
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "$pkg" -H "X-API-KEY: $VIETER_API_KEY" https://arch.r8r.be/vieter/publish; done'
|
||||
secrets:
|
||||
- vieter_api_key
|
||||
when:
|
||||
event: [push, cron]
|
||||
|
|
|
|||
Reference in a new issue