Skip to content

Commit 2f9c2c9

Browse files
committed
Jenkinsfile: --noconfirm option to pacman
1 parent 9aaa8bf commit 2f9c2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pipeline {
220220
sh '''
221221
sudo pacman -Syu --noconfirm
222222
curl --location "$(cat deps/k_release)/kframework-5.0.0-1-x86_64.pkg.tar.xz" --output kframework.pkg.tar.xz
223-
sudo pacman -U kframework.pkg.tar.xz
223+
sudo pacman --noconfirm -U kframework.pkg.tar.xz
224224
cd package
225225
makepkg --noconfirm --syncdeps
226226
'''

0 commit comments

Comments
 (0)