fix cicd
This commit is contained in:
parent
8ab7979026
commit
c12739f4a3
@ -1,4 +1,4 @@
|
|||||||
image: maven:3.8.4-openjdk-17
|
image: maven:3.8.5-openjdk-17
|
||||||
variables:
|
variables:
|
||||||
MAVEN_OPTS: "-Dmaven.repo.local=./.m2/repository"
|
MAVEN_OPTS: "-Dmaven.repo.local=./.m2/repository"
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ stages:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- /^release-.*$/
|
- /^v.*$/
|
||||||
except:
|
except:
|
||||||
- branches
|
- branches
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user