Skip to content
Snippets Groups Projects
Commit aa6ccb19 authored by Malte's avatar Malte
Browse files

fixed wrong folder

parent 906ec103
No related branches found
No related tags found
9 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!138Develop,!134Resolve "Autogenerate UML Diagrams"
Pipeline #68129 passed
......@@ -18,7 +18,7 @@ goplantuml:
- echo '```plantuml' > "$FILENAME"
# run goplantuml
- goplantuml "${CI_PROJECT_DIR}" >> "$FILENAME"
- goplantuml "${CI_PROJECT_DIR}/nucleus/" >> "$FILENAME"
- echo '```' >> "$FILENAME"
# git commit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment