Skip to content

Commit

Permalink
Fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Jun 2, 2024
1 parent d3214b3 commit 3695b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
set -x
then
# Functions to annotate the Github actions logs
trace_on () { set -x }
trace_on () { set -x; }
trace_off () {
{ set +x; } 2>/dev/null
}
Expand All @@ -29,7 +29,7 @@ then

section_start () {
trace_off
section_start_internal
section_start_internal "$@"
}
section_end () {
trace_off
Expand Down

0 comments on commit 3695b7a

Please sign in to comment.