Skip to content

Commit

Permalink
fix(appengine): handle multiple cluster accounts in server group modal (
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieneterval committed Jul 25, 2019
1 parent 608b83a commit 3440166
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export class AppengineServerGroupCommandBuilder {
triggerOptions: AppengineServerGroupCommandBuilder.getTriggerOptions(pipeline),
expectedArtifacts: AppengineServerGroupCommandBuilder.getExpectedArtifacts(pipeline),
},
credentials: cluster.account || command.credentials,
viewState: {
...command.viewState,
stage: _stage,
Expand Down

0 comments on commit 3440166

Please sign in to comment.