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

Removed clean stage from .gitlab-ci.yml

parent bae81dc0
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,9 @@ cache: ...@@ -4,14 +4,9 @@ cache:
key: EnigmaCache key: EnigmaCache
stages: stages:
- clean
- build - build
- test - test
Clean Project files:
stage: clean
script: mvn clean
Compile new version: Compile new version:
stage: build stage: build
script: mvn compile script: mvn compile
......
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