Skip to content

Commit

Permalink
Change to get better diagnostic inform from pipeline build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHardison committed Aug 28, 2023
1 parent 7cee583 commit f9461e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
exec 2>&1
trap "exit 1" TERM
export TOP_PID=$$

Expand Down

0 comments on commit f9461e8

Please sign in to comment.