Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 25, 2021
  3. Nov 22, 2021
  4. Nov 19, 2021
  5. Nov 16, 2021
    • Marcel Loose's avatar
      Merge branch 'bash-exit-on-error' into 'master' · 4185da9d
      Marcel Loose authored
      Let inline bash scripts exit on error
      
      See merge request eosc/prefactor3-cwl!56
      4185da9d
    • Marcel Loose's avatar
      Let inline bash scripts exit on error · 14890961
      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>`.
      14890961
  6. Nov 15, 2021
  7. Nov 11, 2021
    • Marcel Loose's avatar
      Give inline scripts sensible names · 05c75d3e
      Marcel Loose authored
      Some of the inline scripts (bash or python) have names like "script.py",
      which is not very helpful for debugging. Renamed the scripts for those
      workflows that contained either script.py or script.sh.
      05c75d3e
  8. Oct 29, 2021
  9. Oct 28, 2021
  10. Oct 26, 2021
  11. Oct 25, 2021
  12. Oct 22, 2021
  13. Oct 20, 2021
  14. Oct 19, 2021
  15. Oct 18, 2021
  16. Oct 15, 2021
  17. Oct 13, 2021
  18. Oct 08, 2021
  19. Oct 07, 2021
Loading