forked from vieter-v/vieter
This should fix the arch publish
parent
9f87653877
commit
2cf0286413
|
@ -20,6 +20,6 @@ pipeline:
|
|||
image: 'archlinux:latest'
|
||||
commands:
|
||||
# Publish the package
|
||||
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $VIETER_API_KEY" https://pkgs.rustybever.be/api/publish'
|
||||
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "${pkg}" -H "X-API-KEY: $VIETER_API_KEY" https://arch.r8r.be/publish; done'
|
||||
secrets:
|
||||
- vieter_api_key
|
||||
|
|
Loading…
Reference in New Issue