summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 807fd37..5599c0f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,6 +8,7 @@ pipeline {
stages {
stage('Package') {
steps {
+ sh 'sudo pacman -Sy'
sh 'makepkg -c'
archiveArtifacts artifacts: 'cgit-pygments-wrapper-*-.pkg.tar.*'
}