Skip to content

Commit

Permalink
Merge pull request #329 from spryker-sdk/bugfix/frw-9570/fixed-invali…
Browse files Browse the repository at this point in the history
…d-base-branched

FRW-9570 Added log info for `BUDDY_RUN_BRANCH` var.
  • Loading branch information
asmarovydlo authored Dec 17, 2024
2 parents 3929a52 + 8fa0f62 commit 981290d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ public function getReleaseGroupId(): ?int;
*/
public function getReportSendAuthToken(): string;

/**
* Specification:
* - Defines Buddy run branch.
*
* @return string
*/
public function getBuddyRunBranch(): string;

/**
* Specification:
* - Defines manifest rating threshold.
Expand Down
1 change: 1 addition & 0 deletions src/Upgrade/Application/Service/UpgradeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public function upgrade(): StepsResponseDto
$startTime = time();

$this->logger->info('Starting upgrade process');
$this->logger->info('BUDDY_RUN_BRANCH: ' . $this->configurationProvider->getBuddyRunBranch());
$this->dispatchUpgraderStartedEvent();

$stepsResponse = new StepsResponseDto();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ public function getCiExecutionId(): string
}

/**
* Specification:
* - Defines Buddy run branch.
* {@inheritDoc}
*
* @return string
*/
Expand Down

0 comments on commit 981290d

Please sign in to comment.