From 918199a154b2774bd01a97b6bc86f460254d668c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 12 Dec 2023 12:44:04 +0000 Subject: [PATCH] ci/b2c: stop ignoring errors in before_script Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index dfb692694e7..468d3212dc6 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -322,7 +322,7 @@ clang-format: - !reference [default, before_script] - | - set -x + set -eux # Useful as a hook point for runner admins. You may edit the # config.toml for the Gitlab runner and use a bind-mount to