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 committed Jan 16, 2025
1 parent 8221e59 commit ed7d50a
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 build-service build-templates dev-sso enterprise-contract has image-controller ingresscontroller integration internal-services multi-platform-controller release")

Check warning

Code scanning / gosec

Errors unhandled. Warning

Errors unhandled.
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 ed7d50a

Please sign in to comment.