diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 17:02:00 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 17:02:00 +0200 |
commit | b5526cb4f9d551b77fce1de0eda11f209f3739cf (patch) | |
tree | 9a47cff6cec0dacfd45bc24cef43864543451c02 | |
parent | 9bfd9128ef33e0accd6bc833a72c236f11bcec5c (diff) | |
download | jenkinsfiles-b5526cb4f9d551b77fce1de0eda11f209f3739cf.tar.gz |
try update with yum
-rw-r--r-- | Jenkinsfile | 2 |
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 ''' } } |