Update the package database first
This commit is contained in:
parent
c23ba70d5d
commit
d23ea6aa99
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -8,6 +8,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Package') {
|
||||
steps {
|
||||
sh 'sudo pacman -Sy'
|
||||
sh 'makepkg -c'
|
||||
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue