From b2e74c607b93a2cc160c5f1a517fc233357ce158 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 7 Jan 2025 12:40:18 +0100 Subject: [PATCH] Remove unused addSettings function Fixes: 917712508953 ("Remove organization/location enabling in CI") --- theforeman.org/pipelines/lib/foreman.groovy | 4 ---- 1 file changed, 4 deletions(-) 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')