multi-branch-cdk-pipelines
multi-branch-cdk-pipelines copied to clipboard
[code quality] consuming .ini file as a shell script
https://github.com/aws-samples/multi-branch-cdk-pipelines/blob/dac457d22679e28435b2224b328ac858ce0fb0ea/initial-deploy.sh#L4
- Semantically incorrect
- Produces
./config.ini: line 1: [general]: command not found
Additional notes:
Use set -e or set -eu in the shell script?