Update Jenkinsfile

This commit is contained in:
Molly Sophia 2023-12-21 08:29:35 +00:00
parent 741d0daea5
commit a4809da740

3
Jenkinsfile vendored
View File

@ -17,7 +17,8 @@ pipeline {
}
stage('Build') {
steps {
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force'
sh 'sudo pacman -Syy'
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
}
}
stage('Signature packages') {