Updated .git-ci

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-12-08 19:09:35 +01:00
parent c1dce7d3bb
commit 1cdb301adf
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 0 additions and 1 deletions

View File

@ -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