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

use absolute path to start scripts

parent 4c7c9b6a
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ragdoc_build: ...@@ -38,7 +38,7 @@ ragdoc_build:
- ls -lah - ls -lah
- JAVA_FILES=$(find src/ -name '*.java') - JAVA_FILES=$(find src/ -name '*.java')
- echo $JAVA_FILES - echo $JAVA_FILES
- ./start-build.sh -d data/ $JAVA_FILES - /ragdoc-builder/start-build.sh -d data/ $JAVA_FILES
artifacts: artifacts:
paths: paths:
- "data/" - "data/"
...@@ -54,7 +54,7 @@ ragdoc_view: ...@@ -54,7 +54,7 @@ ragdoc_view:
- pwd - pwd
- ls -lah - ls -lah
- ( cd src/ && ln -s ../data ) - ( cd src/ && ln -s ../data )
- ./build-view.sh - /ragdoc-view/build-view.sh
artifacts: artifacts:
paths: paths:
- "dist/" - "dist/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment