Skip to content

Commit a9efbd2

Browse files
committed
Turn xtrace option back on for GitHub requests
For debugging
1 parent 8f386a0 commit a9efbd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/compile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

33
function fetch_pear() {
4-
set +o xtrace
54
if [ -n $GITHUB_TOKEN ]; then
65
auth_flag="-H 'Authorization: token $GITHUB_TOKEN'"
76
fi
@@ -13,7 +12,6 @@ function fetch_pear() {
1312
echo "Latest PEAR tarball not found"
1413
exit 1
1514
fi
16-
set -o xtrace
1715
}
1816

1917
set -o errexit

0 commit comments

Comments
 (0)