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

Update .gitlab-ci.yml file

parent 5c8f07ad
Branches
No related tags found
No related merge requests found
Pipeline #12166 failed
stages: # List of stages for jobs, and their order of execution 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: check stage: deploy
script: script:
- apk add openjdk11-jre-headless - apk add openjdk11-jre-headless
- mvn compile assembly:single - mvn compile assembly:single
artifacts: artifacts:
name: "release" name: "release"
path: paths:
- target/corpus-web-service-1.0-SNAPSHOT.jar - target/corpus-web-service-1.0-SNAPSHOT.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment