UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Modify script execution in CI

Merged Micah Nagel requested to merge break-pipeline into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading