Update the package database first

This commit is contained in:
Tom Willemse 2020-11-22 21:57:48 -08:00
parent c23ba70d5d
commit d23ea6aa99

1
Jenkinsfile vendored
View file

@ -8,6 +8,7 @@ pipeline {
stages {
stage('Package') {
steps {
sh 'sudo pacman -Sy'
sh 'makepkg -c'
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
}