Skip to content

Commit 9ae34f5

Browse files
authored
Jenkinsfile: add in --noconfirm for jenkins interface (#404)
1 parent a743114 commit 9ae34f5

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
@@ -182,7 +182,7 @@ pipeline {
182182
steps {
183183
dir("kevm-${env.RELEASE_ID}") {
184184
sh '''
185-
sudo pacman -Syu
185+
sudo pacman -Syu --noconfirm
186186
cd package
187187
makepkg --noconfirm --syncdeps
188188
'''

0 commit comments

Comments
 (0)