Skip to content

Commit

Permalink
chore: update relSvcCatalog revision (konflux-ci#1052)
Browse files Browse the repository at this point in the history
When release-service PRs run, they should run with the development
branch in case a recently merged breaking change was merged as part
of a breaking change in the catalog repo that was paired with the
release-service PR.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren authored Feb 22, 2024
1 parent e0fcc8b commit 9bbd0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ func setRequiredEnvVars() error {
envVarPrefix = "RELEASE_SERVICE"
imageTagSuffix = "release-service-image"
testSuiteLabel = "release-service"
os.Setenv(fmt.Sprintf("%s_CATALOG_REVISION", envVarPrefix), "development")
case strings.Contains(jobName, "integration-service"):
requiresSprayProxyRegistering = true
envVarPrefix = "INTEGRATION_SERVICE"
Expand Down

0 comments on commit 9bbd0cc

Please sign in to comment.