Update Jenkinsfile

This commit is contained in:
Molly Sophia 2023-12-21 07:25:49 +00:00
parent a8dc6933e3
commit 774865bf86

3
Jenkinsfile vendored
View File

@ -17,7 +17,8 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { 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') { stage('Signature packages') {