Compare commits
No commits in common. "6deeecf354fc7e5e2b6b625f3ac235bc304b522c" and "da9bb8cf2e1e996f5b18b6ea920c4f1afd10b698" have entirely different histories.
6deeecf354
...
da9bb8cf2e
|
|
@ -15,8 +15,8 @@ pipeline:
|
|||
|
||||
publish:
|
||||
image: 'archlinux:latest'
|
||||
secrets:
|
||||
- api_key
|
||||
commands:
|
||||
# Publish the package
|
||||
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "${pkg}" -H "X-API-KEY: $API_KEY" https://arch.r8r.be/publish; done'
|
||||
- 'for pkg in $(ls -1 *.pkg*); do curl -F "file=@${pkg}" -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…
Reference in New Issue