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
No related branches found
No related tags found
No related merge requests found
Pipeline #12166 failed
stages: # List of stages for jobs, and their order of execution
- deploy
build-job: # This job runs in the build stage, which runs first.
stage: check
stage: deploy
script:
- apk add openjdk11-jre-headless
- mvn compile assembly:single
artifacts:
name: "release"
path:
paths:
- 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