makepkg add noconfirm
Some checks failed
gitea/pkg-qrtr/pipeline/head There was a failure building this commit

This commit is contained in:
BigfootACA 2024-04-27 01:33:31 +08:00
parent 7b6465ef51
commit 37b1812dbd

2
Jenkinsfile vendored
View File

@ -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') {