Skip to content

Commit

Permalink
Merge pull request #16079 from deads2k/tsb-24-installerssuck
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 16074, 16069, 16077, 16079, 16014)

allow any 3.7 to have the TSB

I think this means "only use the 3.7.x of the version number"
  • Loading branch information
openshift-merge-robot committed Sep 1, 2017
2 parents a546bc2 + babf847 commit dd310cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oc/bootstrap/docker/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ func (c *ClientStartConfig) ShouldInstallTemplateServiceBroker() bool {
}

// the TSB, which requires 3.7
serverVersion, _ := c.OpenShiftHelper().ServerPrereleaseVersion()
serverVersion, _ := c.OpenShiftHelper().ServerVersion()
if serverVersion.LT(openshiftVersion37) {
return false
}
Expand Down

0 comments on commit dd310cb

Please sign in to comment.