Update .gitlab-ci.yml file
This commit is contained in:
parent
bdf56f1009
commit
66e0ce5c6f
1 changed files with 2 additions and 2 deletions
|
|
@ -43,14 +43,14 @@ cache:
|
||||||
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
# Verify merge requests using JDK8
|
# Verify merge requests using JDK8
|
||||||
verify:jdk17:
|
build:
|
||||||
<<: *verify
|
<<: *verify
|
||||||
|
|
||||||
# To deploy packages from CI, create a ci_settings.xml file
|
# To deploy packages from CI, create a ci_settings.xml file
|
||||||
# For deploying packages to GitLab's Maven Repository: See https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#create-maven-packages-with-gitlab-cicd for more details.
|
# For deploying packages to GitLab's Maven Repository: See https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#create-maven-packages-with-gitlab-cicd for more details.
|
||||||
# Please note: The GitLab Maven Repository is currently only available in GitLab Premium / Ultimate.
|
# Please note: The GitLab Maven Repository is currently only available in GitLab Premium / Ultimate.
|
||||||
# For `master` branch run `mvn deploy` automatically.
|
# For `master` branch run `mvn deploy` automatically.
|
||||||
deploy:jdk17:
|
upload artifacts:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- if [ ! -f ci_settings.xml ];
|
- if [ ! -f ci_settings.xml ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue