Skip to content

Commit c70a286

Browse files
committed
Enable tracing in assert-unchanged.sh to debug permission error
1 parent c1e52ea commit c70a286

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/assert-unchanged.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Assert that there are no changes in a given directory compared to HEAD.
44
# Expects a relative directory as the one and only argument.
55

6-
set -e
6+
set -ex
77

88
CHECK_DIR=$1
99

@@ -24,4 +24,4 @@ if [ $GIT_DIFF_HEAD_EXIT_CODE -ne 0 ] || [ -n "$UNTRACKED" ]; then
2424
exit 1
2525
fi
2626

27-
set +e
27+
set +ex

0 commit comments

Comments
 (0)