Skip to content
Snippets Groups Projects
Commit 2bd281c7 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

fix missing run bat for windows

parent 8e09c2d8
No related branches found
No related tags found
No related merge requests found
Pipeline #12224 passed
...@@ -9,6 +9,7 @@ compile_withmaven: ...@@ -9,6 +9,7 @@ compile_withmaven:
- mvn clean test compile assembly:single - mvn clean test compile assembly:single
- mkdir -p corpus-service-gui/lib - mkdir -p corpus-service-gui/lib
- cp run-linux.sh corpus-service-gui - cp run-linux.sh corpus-service-gui
- cp run-windows.bat corpus-service-gui
- cp README.md corpus-service-gui - cp README.md corpus-service-gui
- cp target/corpus-service-gui-1.0-SNAPSHOT-bundle.jar corpus-service-gui/lib - cp target/corpus-service-gui-1.0-SNAPSHOT-bundle.jar corpus-service-gui/lib
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment