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

try fixing ci once again

parent 56fa6984
No related branches found
No related tags found
No related merge requests found
Pipeline #12663 failed
...@@ -2,8 +2,10 @@ stages: # List of stages for jobs, and their order of execution ...@@ -2,8 +2,10 @@ stages: # List of stages for jobs, and their order of execution
- deploy - deploy
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: deploy stage: deploy
image: maven:latest image: maven:3.8-openjdk-11
script: script:
- cd lib
- bash install_corpus_services_jar.sh
- mvn compile assembly:single - mvn compile assembly:single
artifacts: artifacts:
name: "release" name: "release"
......
#!/bin/sh #!/bin/sh
curl -o corpus-services-1.0.jar https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services/-/jobs/artifacts/develop-quest/raw/target/corpus-services-1.0.jar?job=compile_withmaven
mvn install:install-file -Dfile=corpus-services-1.0.jar -DgroupId=de.uni_hamburg.corpora -DartifactId=corpus-services -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=corpus-services-1.0.jar -DgroupId=de.uni_hamburg.corpora -DartifactId=corpus-services -Dversion=1.0 -Dpackaging=jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment