Skip to content
Snippets Groups Projects
Commit 87c7d465 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix CI

parent a72946ea
No related branches found
No related tags found
No related merge requests found
Pipeline #395890 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment