From 95f2b66bda85f9ab54dcdd1cee1e29fbdcd5a295 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 20 Aug 2020 01:09:51 +0200 Subject: mirror setup in the logs --- Jenkinsfile | 2 +- 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" ] -- cgit