diff --git a/theforeman.org/pipelines/lib/foreman.groovy b/theforeman.org/pipelines/lib/foreman.groovy index 97242bdc..02299d8d 100644 --- a/theforeman.org/pipelines/lib/foreman.groovy +++ b/theforeman.org/pipelines/lib/foreman.groovy @@ -10,10 +10,6 @@ def addGem() { } } -def addSettings(settings) { - sh "cp config/settings.yaml.example config/settings.yaml" -} - def configureDatabase(ruby) { bundleInstall(ruby, '--without=development') archiveArtifacts(artifacts: 'Gemfile.lock')