From 6bf609a6e969ece784f63d5d2b04cb4e431978c7 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 5 Feb 2025 16:40:20 +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 8092207..5263fee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: default: before_script: - set -eu - - env + #- env interruptible: true tags: - holi-small # build on smaller machine -- GitLab