Update .gitlab-ci.yml file

This commit is contained in:
Christopher Moyer 2022-10-14 00:39:58 +00:00
parent bdf56f1009
commit 66e0ce5c6f

View file

@ -43,14 +43,14 @@ cache:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Verify merge requests using JDK8
verify:jdk17:
build:
<<: *verify
# 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.
# Please note: The GitLab Maven Repository is currently only available in GitLab Premium / Ultimate.
# For `master` branch run `mvn deploy` automatically.
deploy:jdk17:
upload artifacts:
stage: deploy
script:
- if [ ! -f ci_settings.xml ];