From bf7659f4999dcf6fd0b050fe2036cd881bccc383 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 14 Feb 2022 10:04:01 +0100 Subject: [PATCH] condense --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d9497b..eae7255 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,7 @@ -before_script: - - apt-get update - - apt-get install -y build-essential zip - zip: stage: deploy script: - - make zip - - mkdir out - - unzip thesis.zip -d out artifacts: name: thesis paths: - - out/* + - * -- GitLab