Skip to content

Commit

Permalink
Merge pull request #1485 from jinqi7/RELEASE-1252
Browse files Browse the repository at this point in the history
feat(RELEASE-1317): fine tune deployed components for release-pipelines suite
  • Loading branch information
psturc authored Jan 20, 2025
2 parents 3b7d48f + e9d7e40 commit 24e8817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magefiles/rulesengine/repos/release_service_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var ReleaseServiceCatalogRepoSetDefaultSettingsRule = rulesengine.Rule{Name: "Ge
//This is env variable is specified for release service catalog
os.Setenv(fmt.Sprintf("%s_CATALOG_URL", rctx.ComponentEnvVarPrefix), fmt.Sprintf("https://github.com/%s/%s", rctx.PrRemoteName, rctx.RepoName))
os.Setenv(fmt.Sprintf("%s_CATALOG_REVISION", rctx.ComponentEnvVarPrefix), rctx.PrCommitSha)
os.Setenv("DEPLOY_ONLY", "application-api dev-sso enterprise-contract has pipeline-service integration internal-services release")

if rctx.IsPaired && !strings.Contains(rctx.JobName, "rehearse") {
os.Setenv(fmt.Sprintf("%s_IMAGE_REPO", rctx.ComponentEnvVarPrefix),
Expand Down

0 comments on commit 24e8817

Please sign in to comment.