Skip to content
Snippets Groups Projects
Commit c818d691 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update .gitlab-ci.yml

parent b9140947
No related branches found
No related tags found
No related merge requests found
Pipeline #17 passed with stages
in 6 minutes and 38 seconds
......@@ -11,10 +11,12 @@ build-jdk11:
build-jdk8:
stage: build
script: "mvn clean package"
script:
- mvn clean package
- ls -alh target
artifacts:
paths:
- target/*.jar
- target/*.jar
expire_in: 20 minutes
test-assignment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment