Skip to content

Commit

Permalink
USHIFT-4694: Fix package sources templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pacevedom committed Oct 18, 2024
1 parent 776fb2c commit 5bc5e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/package-sources/rhocp-y.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ check_gpg = true
check_ssl = true
system = false
rhsm = true
{{- end -}}
{{- if env.Getenv "RHOCP_MINOR_Y_BETA" "" -}}
{{- else if env.Getenv "RHOCP_MINOR_Y_BETA" "" -}}
id = "rhocp-y"
name = "rhocp BETA"
type = "yum-baseurl"
Expand Down
3 changes: 1 addition & 2 deletions test/package-sources/rhocp-y1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ check_gpg = true
check_ssl = true
system = false
rhsm = true
{{- end -}}
{{- if env.Getenv "RHOCP_MINOR_Y1_BETA" "" -}}
{{- else if env.Getenv "RHOCP_MINOR_Y1_BETA" "" -}}
id = "rhocp-y1"
name = "rhocp Y-1 BETA"
type = "yum-baseurl"
Expand Down

0 comments on commit 5bc5e9a

Please sign in to comment.