Skip to content

Commit 71e939a

Browse files
committed
Update cdk-synth Makefile target to use real account ID
1 parent a3651f4 commit 71e939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cdk-synth:
8787
npx cdk synth \
8888
--quiet \
8989
--app "npx ts-node --prefer-ts-exts packages/cdk/bin/EpsAssistMeApp.ts" \
90-
--context accountId=undefined \
90+
--context accountId=$$ACCOUNT_ID \
9191
--context stackName=epsam \
9292
--context versionNumber=undefined \
9393
--context commitId=undefined \

0 commit comments

Comments
 (0)