diff --git a/Jenkinsfile b/Jenkinsfile index 74dca2e..d6d5123 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Build') { steps { sh 'sudo pacman -Syy' - sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force' + sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm' } } stage('Signature packages') {