From 1c250994c33f088706ab813ae7ed85ccfb1b2860 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 5 Feb 2025 16:40:45 +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 407d6d3..0d19a32 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