Let's test this after an update [CI SKIP]
This commit is contained in:
parent
7803e08cb4
commit
876ae76b22
1 changed files with 2 additions and 1 deletions
|
|
@ -17,5 +17,6 @@ pipeline:
|
|||
image: 'archlinux:latest'
|
||||
commands:
|
||||
# Publish the package
|
||||
- 'ls -1 *.pkg* | xargs -I{} curl -F "file=@{}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
- 'for pkg in $(ls -1 *.pkg*); do curl -F "file=@{}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish; done'
|
||||
# - 'ls -1 *.pkg* | xargs -I{} curl -F "file=@{}" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
# - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue