Skip to content

Commit

Permalink
test build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jun 21, 2024
1 parent 58c706e commit ccd8ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ esac

configure_tracing() {
# Set this to enable verbose tracing
[ -n "${CI_TRACE-}" ] || CI_TRACE="no"
[ -n "${CI_TRACE-}" ] || CI_TRACE="yes"
case "$CI_TRACE" in
[Nn][Oo]|[Oo][Ff][Ff]|[Ff][Aa][Ll][Ss][Ee])
set +x ;;
Expand Down

0 comments on commit ccd8ddb

Please sign in to comment.