NASA-IMPACT / covid-api

MIT License
14 stars 3 forks source link

Fix CDK deployment output in CircleCI #103

Open leothomas opened 3 years ago

leothomas commented 3 years ago

CDK has implemented some output when deploying a template that breaks inside of CircleCI and prints all characters one by one, vertically: image

Issue in CDK: https://github.com/aws/aws-cdk/issues/8893.

Possible solution using a CI environment variable when deploying

leothomas commented 3 years ago

Added CI=1 as environment variable to CircleCI - to monitor