Update Jenkinsfile
Some checks failed
gitea/pkg-pd-mapper/pipeline/head There was a failure building this commit
Some checks failed
gitea/pkg-pd-mapper/pipeline/head There was a failure building this commit
This commit is contained in:
parent
06940f301b
commit
3311329443
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
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') {
|
||||
|
Loading…
Reference in New Issue
Block a user