diff --git a/Jenkinsfile b/Jenkinsfile index 4be9ec6..4b4a8d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } stage('Build') { steps { - sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force' + sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --noconfirm --force' } } stage('Signature packages') {