Skip to content
Snippets Groups Projects
Commit ff67f8e2 authored by adrian.spycher's avatar adrian.spycher
Browse files

feat: add package to ci

parent 21309c85
Branches
No related tags found
No related merge requests found
Pipeline #30515 passed
stages:
- build
- test
- package
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
......@@ -22,7 +23,15 @@ build-backend:
paths:
- target/
test_backend:
test-backend:
stage: test
script:
- mvn test
package-backend:
stage: package
script:
- mvn package
artifacts:
paths:
- target/starter-1.0.0-SNAPSHOT-fat.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment