Skip to content

Commit e781362

Browse files
committed
ruby: remove bintray fix
1 parent 2f8663c commit e781362

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ruby/ruby-build-pipeline.groovy

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)