Update Jenkinsfile
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
This commit is contained in:
parent
2f5bc0b3af
commit
e75d5d1728
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
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