Skip to content

Commit

Permalink
Jenkinsfile: --noconfirm option to pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Jul 26, 2019
1 parent 9aaa8bf commit 2f9c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pipeline {
sh '''
sudo pacman -Syu --noconfirm
curl --location "$(cat deps/k_release)/kframework-5.0.0-1-x86_64.pkg.tar.xz" --output kframework.pkg.tar.xz
sudo pacman -U kframework.pkg.tar.xz
sudo pacman --noconfirm -U kframework.pkg.tar.xz
cd package
makepkg --noconfirm --syncdeps
'''
Expand Down

0 comments on commit 2f9c2c9

Please sign in to comment.