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

View File

@ -4,7 +4,7 @@ stages:
build: build:
stage: build stage: build
image: java:14 image: openjdk14
script: script:
- echo "Start building App" - echo "Start building App"
- rm -rf restservice/src/main/resources/application.properties - rm -rf restservice/src/main/resources/application.properties
@ -18,7 +18,7 @@ build:
expire_in: 1 hour expire_in: 1 hour
paths: paths:
- restservice/target/ - restservice/target/
deploy_production: deploy_production:
stage: deploy stage: deploy
before_script: before_script: