Skip to content

Commit

Permalink
Change branch used to create cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
thejsj committed May 25, 2017
1 parent 3c41439 commit 4d369d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function NewContainerController(
if (NCC.state.dockerComposeFile && (!$rootScope.featureFlags.composeNewService || NCC.state.types.stage)) {
return createNewCluster(
NCC.state.repo.attrs.full_name,
NCC.state.repo.attrs.default_branch,
NCC.state.branch.attrs.name,
NCC.state.dockerComposeFile.path,
NCC.state.instanceName,
currentOrg.github.attrs.id
Expand All @@ -348,7 +348,7 @@ function NewContainerController(
var instanceName = NCC.state.instanceName + '-test';
return createNewCluster(
NCC.state.repo.attrs.full_name,
NCC.state.repo.attrs.default_branch,
NCC.state.branch.attrs.name,
NCC.state.dockerComposeTestFile.path,
instanceName,
currentOrg.github.attrs.id,
Expand All @@ -363,7 +363,7 @@ function NewContainerController(

return createNewCluster(
NCC.state.repo.attrs.full_name,
NCC.state.repo.attrs.default_branch,
NCC.state.branch.attrs.name,
NCC.state.dockerComposeTestFile.path,
NCC.state.instanceName,
currentOrg.github.attrs.id,
Expand Down

0 comments on commit 4d369d5

Please sign in to comment.