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