Skip to content
Snippets Groups Projects
Commit bae81dc0 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Removed deploy stage from .gitlab-ci.yml

parent 18a09cda
No related branches found
No related tags found
No related merge requests found
Pipeline #296 canceled with stages
...@@ -7,7 +7,6 @@ stages: ...@@ -7,7 +7,6 @@ stages:
- clean - clean
- build - build
- test - test
- deploy
Clean Project files: Clean Project files:
stage: clean stage: clean
...@@ -24,13 +23,4 @@ Run JUnit tests and verify: ...@@ -24,13 +23,4 @@ Run JUnit tests and verify:
reports: reports:
junit: junit:
- target/surefire-reports/TEST-*.xml - target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml - target/failsafe-reports/TEST-*.xml
\ No newline at end of file
Deploy new version as Release:
stage: deploy
script:
- mvn versions:set -DnewVersion=$CI_COMMIT_TAG
- mvn assembly:assembly
artifacts:
paths:
- target/*.jar
\ No newline at end of file
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