aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 27bb526..efafc45 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
export CENTOS_MIRROR=http://spunk.home.kraxel.org/centos/
export EPEL_MIRROR=http://spunk.home.kraxel.org/epel/
/usr/local/bin/configure-mirror
- dnf update -y
+ yum update -y
'''
}
}