Skip to content

Commit

Permalink
updated pr check script
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 31, 2023
1 parent 84ac869 commit 7dd56c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/scripts/pr_check.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void launch() {

String getBuildChainCommandline() {
// TODO those should be parametrized
String buildChainProject = 'kogito-pipelines'
String buildChainProject = env.BUILDCHAIN_PROJECT ?: CHANGE_REPO
String buildChainConfigRepo = env.BUILDCHAIN_CONFIG_REPO ?: 'kogito-pipelines'
String buildChainConfigBranch = env.BUILDCHAIN_CONFIG_BRANCH ?: '\${BRANCH:main}'
String buildChainConfigGitAuthor = env.BUILDCHAIN_CONFIG_AUTHOR ?: '\${AUTHOR:kiegroup}'
Expand Down

0 comments on commit 7dd56c7

Please sign in to comment.