Skip to content

Commit

Permalink
Merge pull request #14439 from jakecorrenti/remove-hardcoded-imageStr…
Browse files Browse the repository at this point in the history
…eam-line

Removed `imageStream` hardcoded value
  • Loading branch information
openshift-merge-robot authored Jun 1, 2022
2 parents f5389db + dbdc26a commit 2c63b8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/machine/fcos.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,6 @@ func GetFCOSDownload(imageStream string) (*FcosDownloadInfo, error) { //nolint:s
streamType string
)

// This is being hard set to testing. Once podman4 is in the
// fcos trees, we should remove it and re-release at least on
// macs.
// TODO: remove when podman4.0 is in coreos

imageStream = "podman-testing" //nolint:staticcheck

switch imageStream {
case "podman-testing":
streamType = "podman-testing"
Expand Down

0 comments on commit 2c63b8a

Please sign in to comment.