From 24c1fb902d7b0a2208f2193f9fec74946ef1bbac Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 5 Feb 2025 16:41:05 +0100 Subject: [PATCH] chore: fix security issue HOLI-10962 HOLI-10963 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d19a32..e608314 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ default: before_script: - set -e - #- env + ##- env interruptible: true tags: - holi-small # build on smaller machine -- GitLab