From 6562b15bb5ca4921811fd03f3d3b6f3b95158994 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 2 Jan 2022 13:46:16 +0100 Subject: [PATCH] Removed unnecessary yes call --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ae7e29b..da637eb 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 - - 'echo "Y" | makepkg -s --noconfirm --needed' + - makepkg -s --noconfirm --needed' publish: image: 'archlinux:latest'