Update file .gitlab-ci.yml

This commit is contained in:
Christopher Moyer 2023-08-18 23:30:59 +00:00
parent 7c92de455f
commit ddd268a105

View file

@ -75,6 +75,6 @@ deploy:jdk17:
echo "CI settings missing\! If deploying to GitLab Maven Repository, please see https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#create-maven-packages-with-gitlab-cicd for instructions.";
fi
- 'mvn $MAVEN_CLI_OPTS deploy --settings ci_settings.xml'
# only:
# variables:
# - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
only:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH