diff --git a/Jenkinsfile b/Jenkinsfile index a2105e7..b0c3263 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') { @@ -32,6 +32,7 @@ pipeline { } stage('Upload packages') { steps { + sh 'sudo pacman -Syy' sh 'python3 jenkins-utils/upload-pkg.py -d . -a aarch64' } }