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

update to latest ragdoc images

parent f0f445ca
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ diagram:
ragdoc_build:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""]
stage: ragdoc
needs:
- build
......@@ -70,7 +69,6 @@ ragdoc_build:
ragdoc_view:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
entrypoint: [""]
stage: ragdoc
needs:
- ragdoc_build
......@@ -79,7 +77,7 @@ ragdoc_view:
- mkdir -p pages/docs/ragdoc
- OUTPUT_DIR=$(pwd -P)/pages/docs/ragdoc
- cd /ragdoc-view/src/ && rm -rf data && ln -s $DATA_DIR
- /ragdoc-view/build-view.sh --output-path=$OUTPUT_DIR
- BASE_HREF=/{{cookiecutter.repo_name}}/ /ragdoc-view/build-view.sh --output-path=$OUTPUT_DIR
only:
- dev
- main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment