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

fix ci

- supress wget progress, use explicit outfile
parent 9f65cd42
No related branches found
No related tags found
No related merge requests found
Pipeline #15027 passed
...@@ -8,7 +8,7 @@ pages: ...@@ -8,7 +8,7 @@ pages:
stage: publish stage: publish
script: 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 - 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
- wget $TARGET archive.zip - wget -O archive.zip -q $TARGET
- unzip archive.zip - unzip archive.zip
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment