Forgot the sudo part
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jef Roosens 2021-12-31 14:49:21 +01:00
parent 3be31d3ad7
commit 0e74092a40
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ pipeline:
- useradd -mg builder builder
- cd /home/builder
# Build the package
- makepkg -s
- sudo -u builder makepkg -s
# Publish the package
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'