Update Jenkinsfile
This commit is contained in:
parent
741d0daea5
commit
a4809da740
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user