Skip to content

Commit

Permalink
chore: test deploy only
Browse files Browse the repository at this point in the history
Signed-off-by: tester <test@test.com>
  • Loading branch information
tester authored and jinqi7 committed Jan 17, 2025
1 parent 269acf6 commit a7e3635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/rulesengine/repos/release_service_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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 ingresscontroller integration internal-services release")
if rctx.IsPaired && !strings.Contains(rctx.JobName, "rehearse") {
os.Setenv(fmt.Sprintf("%s_IMAGE_REPO", rctx.ComponentEnvVarPrefix),
"quay.io/redhat-user-workloads/rhtap-release-2-tenant/release-service/release-service")
Expand Down

0 comments on commit a7e3635

Please sign in to comment.