Removed unnecessary yes call
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
4f63ed416f
commit
6562b15bb5
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- su builder
|
- su builder
|
||||||
# Build the package
|
# Build the package
|
||||||
- 'echo "Y" | makepkg -s --noconfirm --needed'
|
- makepkg -s --noconfirm --needed'
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: 'archlinux:latest'
|
image: 'archlinux:latest'
|
||||||
|
|
Loading…
Reference in New Issue