Update Jenkinsfile
Some checks failed
gitea/pkg-qbootctl/pipeline/head There was a failure building this commit

This commit is contained in:
Molly Sophia 2023-12-21 08:28:47 +00:00
parent e9ccac1d45
commit 19b984f330

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