Skip to content

Commit

Permalink
feat: general accounts and command outputs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Oct 11, 2020
1 parent 1612503 commit ab635cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ const pipelineAppProps: PipelineAppProps = {
// console.log('echo = ' + JSON.stringify(account));
const alfInstancesStackProps: AlfInstancesStackProps = {
environment: account.stage,
env: {
region: account.region,
account: account.id
},
// env: {
// region: account.region,
// account: account.id
// },
stage: account.stage,
stackName: `${name}-${account.stage}`,
createInstances: {
Expand Down

0 comments on commit ab635cd

Please sign in to comment.