fix: use sh instead of bash in pipeline (Alpine compat)
This commit is contained in:
parent
91b97709b7
commit
f2e7367401
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ fi
|
|||
echo "Post-mortem with TODOs: $PM_FILE"
|
||||
|
||||
# 3. Parse TODOs
|
||||
bash scripts/parse-postmortem-todos.sh "$PM_FILE" > /tmp/todos.json
|
||||
sh scripts/parse-postmortem-todos.sh "$PM_FILE" > /tmp/todos.json
|
||||
cat /tmp/todos.json
|
||||
TODO_COUNT=$(jq '.safe_todos' /tmp/todos.json)
|
||||
echo "$TODO_COUNT safe TODO(s) found"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue