Skip to content

Commit

Permalink
Removed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hrcornejo committed Jan 31, 2025
1 parent a00abf5 commit 53aaadd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/ods/orchestration/util/MROPipelineUtil.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ class MROPipelineUtil extends PipelineUtil {
String gitReleaseBranch = this.project.gitReleaseBranch
repo.defaultBranch = bbs.getDefaultBranch(repo.id)
if ("master" == gitReleaseBranch) {
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 53aaadd

Please sign in to comment.