Module: Mesa
Branch: main
Commit: 918199a154b2774bd01a97b6bc86f460254d668c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=918199a154b2774bd01a97b6bc86f460254d668c

Author: Eric Engestrom <e...@igalia.com>
Date:   Tue Dec 12 12:44:04 2023 +0000

ci/b2c: stop ignoring errors in before_script

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653>

---

 .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

Reply via email to