diff options
-rw-r--r-- | Jenkinsfile | 2 | ||||
-rw-r--r-- | centos7-rpmbuild.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 1024492..6f4b83f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { uname -a printenv | sort cat /etc/os-release - grep baseurl /etc/yum.repos.d/* + /usr/local/bin/configure-mirror ''' } } diff --git a/centos7-rpmbuild.yaml b/centos7-rpmbuild.yaml index 90a3491..3dedb75 100644 --- a/centos7-rpmbuild.yaml +++ b/centos7-rpmbuild.yaml @@ -11,4 +11,4 @@ spec: - name: "EPEL_MIRROR" value: "http://spunk.home.kraxel.org/epel/" tty: true - command: [ "/bin/sh", "-c", "/usr/local/bin/configure-mirror && cat" ] + command: [ "cat" ] |