Skip to content

Commit

Permalink
fixup! ci: build and test as unprivileged user
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipwood committed Oct 28, 2023
1 parent 8a085f8 commit 64e6ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ then
begin_group () {
need_to_end_group=t
echo "::group::$1" >&2
set -x
# set -x
}

end_group () {
test -n "$need_to_end_group" || return 0
set +x
# set +x
need_to_end_group=
echo '::endgroup::' >&2
}
Expand Down

0 comments on commit 64e6ae1

Please sign in to comment.