Skip to content

Commit

Permalink
Remove unused addSettings function
Browse files Browse the repository at this point in the history
Fixes: 9177125 ("Remove organization/location enabling in CI")
  • Loading branch information
ekohl committed Jan 7, 2025
1 parent e4c5579 commit 1400347
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions theforeman.org/pipelines/lib/foreman.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1400347

Please sign in to comment.