Skip to content
Snippets Groups Projects
Commit 5f268402 authored by Benedikt's avatar Benedikt
Browse files

changed pipline

parent c902ec84
No related branches found
No related tags found
No related merge requests found
Pipeline #37472 failed
...@@ -34,9 +34,9 @@ generate_uml: ...@@ -34,9 +34,9 @@ generate_uml:
- export NO_PROXY="*.ptb.de" - export NO_PROXY="*.ptb.de"
- apt-get update && apt-get install -y graphviz - apt-get update && apt-get install -y graphviz
script: script:
#- apt-get update && apt-get install -y graphviz - apt-get update && apt-get install -y graphviz
#- pip install pylint # Ensure pylint is installed for pyreverse - pip install pylint # Ensure pylint is installed for pyreverse
#- pip install . # Install your package if necessary - pip install . # Install your package if necessary
- pyreverse -o svg -p dccQuantsAndTabs . -a 1 -s 1 --output-directory ./doc/umlDiagrams - pyreverse -o svg -p dccQuantsAndTabs . -a 1 -s 1 --output-directory ./doc/umlDiagrams
- ls -la ./doc/umlDiagrams - ls -la ./doc/umlDiagrams
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment