From 7c92de455ff9a7d12f09b2e8aea2fd6d60e03965 Mon Sep 17 00:00:00 2001 From: Christopher Moyer Date: Fri, 18 Aug 2023 23:25:57 +0000 Subject: [PATCH] deploy on all branches --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7138a58..5b04e1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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