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

Use option to exclude generated elements.

parent 058af168
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ ragdoc_build:
script:
# - JAVA_FILES=$(find java_files/ -name '*.java')
- JAVA_FILES=$(find src/ -name '*.java')
- /ragdoc-builder/start-builder.sh -d data/ $JAVA_FILES
- /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
artifacts:
paths:
- "data/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment