Skip to content

Commit

Permalink
fix: pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 7, 2025
1 parent 193d861 commit cd11255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-bikes-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"api-tuner": patch
---

Exit code was '0' when the eye process fail
1 change: 1 addition & 0 deletions bin/tuner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ for path in "${PATHS[@]}"; do
cat "$path" >> "$MERGED"
done

set -o pipefail
$eye $ARGS "${SCRIPT_PATH}"/../rules/*.n3 "${MERGED}" | $SUMMARY

0 comments on commit cd11255

Please sign in to comment.