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