Skip to content
Snippets Groups Projects
Commit fe301625 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

Update .gitlab-ci.yml

parent 836d29fb
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -19,9 +19,9 @@ curl-test:
stage: testing
image: ubuntu
script:
- apt update && apt install -y curl
- curl --location --output artifacts.zip --header "PRIVATE-TOKEN:zyG98VG64AkTdDKS3cnb" "https://collaborating.tuhh.de/e-10/hoou/pontifex/-/jobs/artifacts/dev/download?job=hugo-build"
- cat artifacts.zip
- apt update && apt install -y curl unzip
- curl --location --output artifacts.zip --header "PRIVATE-TOKEN: zyG98VG64AkTdDKS3cnb" "https://collaborating.tuhh.de/api/v4/projects/6786/jobs/artifacts/dev/download?job=hugo-build"
- unzip artifacts.zip
allow_failure: true
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment