From 41d537015715643c5205e9741fa5701acb56beab Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 14 Feb 2022 10:43:16 +0100 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bff6ec1..2844d4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,19 @@ zip: stage: deploy script: - - make zip + - echo "Script part cannot be empty." artifacts: - name: thesis.zip + name: thesis paths: - - thesis.zip + - "*" + exclude: + - ".gitlab-ci.yml" + # See https://gitlab.com/gitlab-org/gitlab/-/issues/11091#note_790389715 + - ".git" + - ".git/*" + - ".git/*/*" + - ".git/*/*/*" + - ".git/*/*/*/*" + - ".git/*/*/*/*/*" + only: + - master -- GitLab