diff --git a/.woodpecker.yml b/.woodpecker.yml index 7929e92..c7516cd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - su builder # Build the package - - makepkg -s --noconfirm --needed + - echo "Y" | makepkg -s --noconfirm --needed publish: image: 'archlinux:latest'