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

fix path to src files

parent c8d7182f
No related branches found
No related tags found
1 merge request!1Resolve "Repo documentation"
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -24,7 +24,7 @@ build: ...@@ -24,7 +24,7 @@ build:
artifacts: artifacts:
paths: paths:
- "ragconnect.base/build/libs/ragconnect-*.jar" - "ragconnect.base/build/libs/ragconnect-*.jar"
- "src/gen" - "ragconnect.base/src/gen"
expire_in: 1 week expire_in: 1 week
test: test:
...@@ -57,7 +57,7 @@ ragdoc_build: ...@@ -57,7 +57,7 @@ ragdoc_build:
dependencies: dependencies:
- build - build
script: script:
- JAVA_FILES=$(find src/ -name '*.java') - JAVA_FILES=$(find ragconnect.base/src/ -name '*.java')
- /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES - /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
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