ci: disable tracing (set -x) from the shell scripts

This commit is contained in:
Dundar Göc
2022-02-03 23:36:07 +01:00
parent 4761dd4fc2
commit c373226ee7
3 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# Args:
# $1: Flag(s) for codecov, separated by comma.
set -ex
set -e
# Change to grandparent dir (POSIXly).
CDPATH='' cd -P -- "$(dirname -- "$0")/../.." || exit