multi-branch-cdk-pipelines icon indicating copy to clipboard operation
multi-branch-cdk-pipelines copied to clipboard

[code quality] consuming .ini file as a shell script

Open ilyash-b opened this issue 2 years ago • 0 comments

https://github.com/aws-samples/multi-branch-cdk-pipelines/blob/dac457d22679e28435b2224b328ac858ce0fb0ea/initial-deploy.sh#L4

  1. Semantically incorrect
  2. Produces ./config.ini: line 1: [general]: command not found

Additional notes: Use set -e or set -eu in the shell script?

ilyash-b avatar Apr 27 '23 10:04 ilyash-b