Skip to content

Commit

Permalink
Fix #324
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Mar 29, 2023
1 parent 68d89e6 commit faddd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/source/smart-proxy.groovy
Expand Up @@ -26,7 +26,7 @@ pipeline {
}
stage("Test Ruby") {
steps {
run_test(ruby)
run_test(env.ruby)
}
}
}
Expand Down

0 comments on commit faddd33

Please sign in to comment.