Update Jenkinsfile
Some checks failed
gitea/pkg-qbootctl/pipeline/head There was a failure building this commit
Some checks failed
gitea/pkg-qbootctl/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e9ccac1d45
commit
19b984f330
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