Forked from
ResearchAndDevelopment / LINC
Source project has a limited visibility.
-
Marcel Loose authored
Most of the inline bash scripts in the CWL files *ignore* errors, which is undesirable. This fix adds a `set -e` to all the inline scripts that did not have one yet. Note that adding a `-e` to the `#!/bin/bash` does *not* work, because the script is not invoked as an executable but as `bash <script-file>`. Former-commit-id: 14890961 Former-commit-id: caf78602
Marcel Loose authoredMost of the inline bash scripts in the CWL files *ignore* errors, which is undesirable. This fix adds a `set -e` to all the inline scripts that did not have one yet. Note that adding a `-e` to the `#!/bin/bash` does *not* work, because the script is not invoked as an executable but as `bash <script-file>`. Former-commit-id: 14890961 Former-commit-id: caf78602
Code owners
Assign users and groups as approvers for specific file changes. Learn more.