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

This commit is contained in:
Molly Sophia 2023-12-21 06:57:40 +00:00
parent 06940f301b
commit 3311329443

2
Jenkinsfile vendored
View File

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