Updated .git-ci

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-12-08 18:31:07 +01:00
parent d85cdb9b22
commit 9f3e41e601
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 2 deletions

View File

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