diff options
Diffstat (limited to 'centos7-rpmbuild.yaml')
-rw-r--r-- | centos7-rpmbuild.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |