Merge branch 'main' of git.rustybever.be:bur/jjr-joplin
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
commit
6deeecf354
|
@ -19,5 +19,4 @@ pipeline:
|
|||
- api_key
|
||||
commands:
|
||||
# Publish the package
|
||||
- 'ls -1 *.pkg* | xargs -I{} curl -XPOST -T "{}" -H "X-API-KEY: $API_KEY" https://arch.r8r.be/publish'
|
||||
# - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "${pkg}" -H "X-API-KEY: $API_KEY" https://arch.r8r.be/publish; done'
|
||||
|
|
Loading…
Reference in New Issue