Skip to content

Commit 1bad8a9

Browse files
committed
don't raise bash exceptions while printing debug info
1 parent 21f81b2 commit 1bad8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zhook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: |
7171
set -o pipefail
7272
set -o xtrace
73+
set +o errexit
7374
echo "DEBUG: PYTHONPATH=${PYTHONPATH:-}"
7475
echo "DEBUG: PATH=${PATH:-}"
7576
echo "DEBUG: LD_LIBRARY_PATH=${LD_LIBRARY_PATH:-}"

0 commit comments

Comments
 (0)