Updated .git-ci
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
d85cdb9b22
commit
9f3e41e601
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user