mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 23:13:01 +00:00
ci: disable tracing (set -x) from the shell scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user