We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set -ex
1 parent fadc523 commit ffff4b5Copy full SHA for ffff4b5
ci/lint/06_script.sh
@@ -6,6 +6,8 @@
6
7
export LC_ALL=C
8
9
+set -ex
10
+
11
if [ -n "$LOCAL_BRANCH" ]; then
12
# To faithfully recreate CI linting locally, specify all commits on the current
13
# branch.
ci/lint_run_all.sh
@@ -8,4 +8,5 @@ export LC_ALL=C.UTF-8
set -o errexit; source ./ci/test/00_setup_env.sh
set -o errexit; source ./ci/lint/04_install.sh
-set -o errexit; source ./ci/lint/06_script.sh
+set -o errexit
+./ci/lint/06_script.sh
0 commit comments