deploy
This commit is contained in:
parent
92a4a7ca0b
commit
67ba5edc28
@ -3,11 +3,10 @@ variables:
|
|||||||
MAVEN_OPTS: "-Dmaven.repo.local=./.m2/repository"
|
MAVEN_OPTS: "-Dmaven.repo.local=./.m2/repository"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
deploy:
|
||||||
stage: build
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- /^release-.*$/
|
- /^release-.*$/
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user