Skip to content

Commit

Permalink
Jenkinsfile: add in --noconfirm for jenkins interface (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb authored Jul 23, 2019
1 parent a743114 commit 9ae34f5
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 @@ -182,7 +182,7 @@ pipeline {
steps {
dir("kevm-${env.RELEASE_ID}") {
sh '''
sudo pacman -Syu
sudo pacman -Syu --noconfirm
cd package
makepkg --noconfirm --syncdeps
'''
Expand Down

0 comments on commit 9ae34f5

Please sign in to comment.