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 {
|
stages {
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'sudo pacman -Sy'
|
||||||
sh 'makepkg -c'
|
sh 'makepkg -c'
|
||||||
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
|
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue