Skip to content
Snippets Groups Projects
Commit 678d7dec authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files
parents 1d28bb2a 1447fbe8
No related branches found
No related tags found
No related merge requests found
Pipeline #12236 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: deploy
image: maven:latest
script:
- mvn compile assembly:single
artifacts:
name: "release"
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