From 87c7d465b2d986155be4281a30a99f0409560066 Mon Sep 17 00:00:00 2001
From: Steffen Vogel <post@steffenvogel.de>
Date: Fri, 22 Jan 2021 14:55:20 +0100
Subject: [PATCH] fix CI

---
 .gitlab-ci.yml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4622dae..82ef0f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,20 +2,6 @@ stages:
 - prepare
 - deploy
 
-download:
-  stage: prepare
-  image: alpine
-  before_script:
-  - apk add unzip curl
-  script:
-  - 'curl --location --output artifacts.zip "https://git.rwth-aachen.de/api/v4/projects/42490/jobs/artifacts/master/download?job=generate&job_token=${CI_JOB_TOKEN}"'
-  - mkdir -p inputs
-  - unzip -d inputs artifacts.zip
-  - rm artifacts.zip
-  artifacts:
-    paths:
-    - inputs
-
 test:
   stage: deploy
   image: hrektts/mdbook:0.4.3
@@ -30,10 +16,7 @@ pages:
   stage: deploy
   image: hrektts/mdbook:0.4.3
   script:
-  - cp inputs/ProfileList.md inputs/graph.svg src/
   - mdbook build
-  dependencies:
-  - download
   artifacts:
     paths:
     - public
-- 
GitLab