Skip to content
Snippets Groups Projects
Commit aa343c99 authored by René Schöne's avatar René Schöne
Browse files

Update .gitlab-ci.yml - be more verbose

parent f1d45af2
No related branches found
No related tags found
No related merge requests found
Pipeline #17179 passed
......@@ -8,6 +8,7 @@ pages:
stage: publish
script:
- if [ $UPSTREAM_JOB_ID ]; then TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/$UPSTREAM_JOB_ID/artifacts/download; else TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/artifacts/dev/download?job=pages-dev; fi
- echo "job-id=$UPSTREAM_JOB_ID target=$TARGET"
- wget -O archive.zip -q $TARGET
- unzip archive.zip
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment