From 4ab5154e9e31fde79ed924d11190d1da97e11d4c Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Tue, 4 Feb 2025 17:28:14 +0100
Subject: [PATCH] fix: fix for security issue HOLI-10962 HOLI-10961

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94b5081..2cf47a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,10 @@ stages:
 
 default:
   before_script:
-    - set -eux
+    - set -eu
     # env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact
     # egrep: Remove sensitive information from the output of env
-    - env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
+    #- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
   interruptible: true
   tags:
     - 1cpu-4gb # build on smaller machine
-- 
GitLab