Skip to content
Snippets Groups Projects
Commit 36337e91 authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Update .gitlab-ci.yml

parent 93931889
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ image: java:8-jdk ...@@ -3,7 +3,6 @@ image: java:8-jdk
stages: stages:
- build - build
- test - test
- deploy
cache: cache:
paths: paths:
...@@ -24,9 +23,4 @@ build: ...@@ -24,9 +23,4 @@ build:
test: test:
stage: test stage: test
script: script:
- ./gradlew check - ./gradlew check
\ No newline at end of file
deploy:
stage: deploy
script:
- ./deploy
\ 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