From 36337e915c736d9575d4f903feb84635bd8ade2c Mon Sep 17 00:00:00 2001 From: Leonard Haddad <s_xsipo6@uni-bremen.de> Date: Wed, 13 May 2020 18:02:16 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fc0baa3..57203d9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ image: java:8-jdk stages: - build - test - - deploy cache: paths: @@ -24,9 +23,4 @@ build: test: stage: test script: - - ./gradlew check - -deploy: - stage: deploy - script: - - ./deploy \ No newline at end of file + - ./gradlew check \ No newline at end of file -- GitLab