File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,16 @@ cdk-deploy: guard-stack_name
8484 --context slackSigningSecret=$$ SLACK_SIGNING_SECRET
8585
8686cdk-synth :
87+ ACCOUNT_ID=" $$ {ACCOUNT_ID:-123456789012}" && \
88+ VERSION_NUMBER=" $$ {VERSION_NUMBER:-1.0.0}" && \
89+ COMMIT_ID=" $$ {COMMIT_ID:-latest}" && \
8790 npx cdk synth \
8891 --quiet \
8992 --app " npx ts-node --prefer-ts-exts packages/cdk/bin/EpsAssistMeApp.ts" \
9093 --context accountId=$$ ACCOUNT_ID \
9194 --context stackName=epsam \
92- --context versionNumber=undefined \
93- --context commitId=undefined \
95+ --context versionNumber=$$ VERSION_NUMBER \
96+ --context commitId=$$ COMMIT_ID \
9497 --context logRetentionInDays=30 \
9598 --context slackBotToken=dummy \
9699 --context slackSigningSecret=dummy
You can’t perform that action at this time.
0 commit comments