Ci settings #2

Merged
c4181 merged 2 commits from ci-settings into main 2022-10-14 00:40:58 +00:00
Showing only changes of commit 66e0ce5c6f - Show all commits

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 ];