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

use new ragdoc images

parent 5e0a3728
Branches
Tags
1 merge request!133.0.1
......@@ -60,7 +60,6 @@ publish_main:
ragdoc_build:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""]
stage: ragdoc
needs:
- build
......@@ -75,7 +74,6 @@ ragdoc_build:
ragdoc_view:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
entrypoint: [""]
stage: ragdoc
needs:
- ragdoc_build
......@@ -84,7 +82,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=/dumpAst/ragdoc/ /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