From 9f3e41e6016617cc02ef503ae1d7b8020db2d2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 8 Dec 2020 18:31:07 +0100 Subject: [PATCH] Updated .git-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4095436..9bae65e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: build: stage: build - image: java:14 + image: openjdk14 script: - echo "Start building App" - rm -rf restservice/src/main/resources/application.properties @@ -18,7 +18,7 @@ build: expire_in: 1 hour paths: - restservice/target/ - + deploy_production: stage: deploy before_script: