Skip to content

Commit

Permalink
Improved log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hrcornejo committed Jan 31, 2025
1 parent 9cd1446 commit a00abf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ods/orchestration/util/MROPipelineUtil.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class MROPipelineUtil extends PipelineUtil {
String gitReleaseBranch = this.project.gitReleaseBranch
repo.defaultBranch = bbs.getDefaultBranch(repo.id)
if ("master" == gitReleaseBranch) {
this.logger.info("'master' is the release branch of project, using default branch: ${repo.defaultBranch}")
this.logger.info("Since no release branch exists, using default branch: ${repo.defaultBranch}")
gitReleaseBranch = repo.defaultBranch
}
if(isWorkInProgress && repo.'preview-branch') {
Expand Down

0 comments on commit a00abf5

Please sign in to comment.