diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62149a06..fde7a09d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ include: ref: 'main' file: 'ci-templates/gradle_java.yml' -deploy JavaDoc: +deploy dependencies: stage: deploy tags: - dind @@ -17,10 +17,9 @@ deploy JavaDoc: - echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env artifacts: reports: - dotenv: variables.env + dotenv: variables.env rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - if: $CI_COMMIT_BRANCH =~ /^release/ - if: $CI_COMMIT_TAG generate JavaDoc: