Skip to content

Commit 6f2ac3a

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ruby/ruby-build-pipeline.groovy

Lines changed: 0 additions & 6 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}")
@@ -207,7 +202,6 @@ pipeline {
207202
stage("deps") {
208203
steps {
209204
timestamps {
210-
sh("sudo dnf config-manager --set-disabled 'bintray-*'")
211205
cleanWs()
212206
dir("deps-${BUILD_NUMBER}") {
213207
unstash(name: "scripts-centos7-2.7")

0 commit comments

Comments
 (0)