From 1cdb301adf4331fe9e829165887be3921d083ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 8 Dec 2020 19:09:35 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a31a8d0..b5d2ac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ build: image: maven script: - echo "Start building App" - - rm -rf restservice/src/main/resources/application.properties - echo "spring.profiles.active=prod" > restservice/src/main/resources/application.properties - mvn clean - mvn install