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

rename folder in artifact

parent 2728e1f4
No related branches found
No related tags found
No related merge requests found
Pipeline #12241 passed
...@@ -7,14 +7,14 @@ compile_withmaven: ...@@ -7,14 +7,14 @@ compile_withmaven:
- bash install-corpus-services.sh - bash install-corpus-services.sh
- cd .. - cd ..
- mvn clean test compile assembly:single - mvn clean test compile assembly:single
- mkdir -p corpus-service-gui/lib - mkdir -p corpus-services-gui/lib
- cp run-linux.sh corpus-service-gui - cp run-linux.sh corpus-services-gui
- cp run-windows.bat corpus-service-gui - cp run-windows.bat corpus-services-gui
- cp README.md corpus-service-gui - cp README.md corpus-services-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-services-gui/lib
artifacts: artifacts:
expire_in: 10 week expire_in: 10 week
name: "corpus-services-gui" name: "corpus-services-gui"
paths: paths:
- corpus-service-gui/* - corpus-services-gui/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment