Skip to content

Commit

Permalink
Update StackEnv.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy committed Mar 6, 2024
1 parent b10e80d commit 9d4e26c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Common/StackEnv.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import * as pulumi from '@pulumi/pulumi';
import { getValue } from './ConfigHelper';

console.log('Environment', process.env);

export const isDryRun = Boolean(process.env.PULUMI_NODEJS_DRY_RUN);
export const organization =
process.env.PULUMI_NODEJS_ORGANIZATION ??
Expand Down

0 comments on commit 9d4e26c

Please sign in to comment.