File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,6 @@ pipeline {
103103 stage(" deps" ) {
104104 steps {
105105 timestamps {
106- script {
107- if (PLATFORM == " centos8" ) {
108- sh(" sudo dnf config-manager --set-disabled 'bintray-*'" )
109- }
110- }
111106 cleanWs()
112107 dir(" inst-${ PLATFORM} -${ CB_RUBY_VERSION} -${ BUILD_NUMBER} " ) {
113108 unstash(name : " scripts-centos7-${ CB_RUBY_VERSION} " )
@@ -155,7 +150,6 @@ pipeline {
155150 stage(" deps" ) {
156151 steps {
157152 timestamps {
158- sh(" sudo dnf config-manager --set-disabled 'bintray-*'" )
159153 cleanWs()
160154 dir(" test-${ PLATFORM} -${ CB_RUBY_VERSION} -${ BUILD_NUMBER} " ) {
161155 unstash(name : " scripts-centos7-${ CB_RUBY_VERSION} " )
@@ -207,7 +201,6 @@ pipeline {
207201 stage(" deps" ) {
208202 steps {
209203 timestamps {
210- sh(" sudo dnf config-manager --set-disabled 'bintray-*'" )
211204 cleanWs()
212205 dir(" deps-${ BUILD_NUMBER} " ) {
213206 unstash(name : " scripts-centos7-2.7" )
You can’t perform that action at this time.
0 commit comments