Skip to content

Commit

Permalink
split into 2 lines to fix grep pipe error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Apr 24, 2023
1 parent c83c92b commit 79ca4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
if: success() || failure()
run: |
# ignore Harald's weird STA issues
! grep -v hpretl sta.log | grep VIOLATED sta.log
grep -v hpretl sta.log > sta.log.2
! grep VIOLATED sta.log.2
- name: upload logs
if: success() || failure()
Expand Down

0 comments on commit 79ca4c8

Please sign in to comment.