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

*

parents
Branches
No related tags found
No related merge requests found
Pipeline #11960 failed
# this pipeline is triggered by ragconnect once its "dev" branch was build
# and the variable UPSTREAM_JOB_ID contains the job id of the pages job, which contains the source of the pages
stages:
- publish
pages:
image: "debian:bullseye"
stage: publish
script:
- wget https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/$UPSTREAM_JOB_ID/artifacts/download archive.zip
- unzip archive.zip
artifacts:
paths:
- public/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment