From a776253555a645a0292d4118c828099f177b7fc8 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 14 Feb 2022 10:24:21 +0100 Subject: [PATCH] condense-fix10 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1052e15..786976b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,6 @@ zip: paths: - "./*" exclude: - - .git + - .git/* + - .git/**/* - ".gitlab-ci.yml" -- GitLab