Skip to content

Commit

Permalink
run Katello rubocop without Foreman checkout
Browse files Browse the repository at this point in the history
Foreman limits the rubocop version, so we we end up using the one
defined by Foreman, not by Katello, but Katello's rubocop_todo is not
compatible with that.
  • Loading branch information
evgeni committed Nov 12, 2024
1 parent 50e4fec commit fc942c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions theforeman.org/pipelines/release/source/katello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ pipeline {
}
stage('rubocop') {
steps {
dir('foreman') {
bundleExec(ruby, 'rake katello:rubocop TESTOPTS="-v" --trace')
}
bundleInstall(ruby)
bundleExec(ruby, 'rubocop --parallel')
}
}
stage('react-ui') {
Expand Down

0 comments on commit fc942c6

Please sign in to comment.