Skip to content

Commit

Permalink
Removed imageStream hardcoded value
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED] Removed `imageStream` hardcoded value  that was set to
testing. Since podman4 is in the fcos trees, it should be removed. The
respective comments have also been removed.

Signed-off-by: Jake Correnti <[email protected]>
  • Loading branch information
Jake Correnti committed Jun 1, 2022
1 parent 2039445 commit dbdc26a
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 dbdc26a

Please sign in to comment.