Closed mishaschwartz closed 6 months ago
@tlvu @fmigneault
I've added some explanatory comments and I've parameterized the tests so that tests can run with and without set -e
.
I agree that we should move the decision about whether to always run read-configs.includ.sh
with set -e
to another PR/Issue.
Overview
set -e
before reading configuration settings were failing early because some lines are intentionally returning a non-zero value when setting variable defaults. This change modifies lines that may return a non-zero status but should not cause the script to exit early.Changes
Non-breaking changes
Breaking changes
Related Issue / Discussion
Additional Information
Links to other issues or sources.
CI Operations
birdhouse_daccs_configs_branch: master birdhouse_skip_ci: false