Modify script execution in CI
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
4- Micah Nagel authored
+ 1
− 1
UNCLASSIFIED - NO CUI
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)
For a faster browsing experience, some files are collapsed by default.
UNCLASSIFIED - NO CUI