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

remove src/data in view (should not be there actually)

parent 49655a0d
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ragdoc_view: ...@@ -50,7 +50,7 @@ ragdoc_view:
script: script:
- DATA_DIR=$(pwd -P)/data - DATA_DIR=$(pwd -P)/data
- cd /ragdoc-view - cd /ragdoc-view
- ( cd src/ && ln -s $DATA_DIR ) - ( cd src/ && rm -rf data && ln -s $DATA_DIR )
- /ragdoc-view/build-view.sh --output-path=/dist - /ragdoc-view/build-view.sh --output-path=/dist
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