Skip to content

Commit

Permalink
Fix instance of git_checkout
Browse files Browse the repository at this point in the history
In 70d9a45 the git_checkout function
was removed but this remained.

Fixes: 70d9a45 ("drop smart-proxy-pr-test and all non-packaging PR testing remains")
  • Loading branch information
ekohl committed Jan 8, 2025
1 parent 70d9a45 commit c6f9041
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions theforeman.org/pipelines/test/smart-proxy.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ pipeline {
stages {
stage('Setup Git Repos') {
steps {
script {
git_checkout()
}
git branch: git_branch, url: 'https://github.com/theforeman/smart-proxy'
}
}
stage('Install dependencies') {
Expand Down

0 comments on commit c6f9041

Please sign in to comment.