Update file .gitlab-ci.yml
This commit is contained in:
parent
7c92de455f
commit
ddd268a105
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue