Modify script execution in CI
Currently when scripts run in CI all are run regardless of whether a previous one fails. This makes it difficult to capture what the real issue was with a broken pipeline in CI.
This change moves the find command into a simple bash loop that iterates over all scripts. Execution immediately breaks when one script fails.
Closes #366 (closed)
Edited by Micah Nagel
Merge request reports
Activity
added ci label
added statusreview label
added 3 commits
-
0451a0a7...75a9331c - 2 commits from branch
master
- 305935c4 - Merge branch 'master' into break-pipeline
-
0451a0a7...75a9331c - 2 commits from branch
mentioned in commit 1c3a523a
mentioned in issue #424 (closed)
mentioned in issue #634 (closed)
Please register or sign in to reply