diff --git a/.woodpecker.yml b/.woodpecker.yml index 48dc440..da0cc8b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,6 +11,6 @@ pipeline: - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - su builder # Build the package - - makepkg -s + - makepkg -s --noconfirm --needed # Publish the package - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'