diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4e6075..b6ea327e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,12 @@ include: ref: 'main' file: 'ci-templates/gradle_java.yml' -deploy dependencies: +publish dependencies: stage: deploy tags: - dind script: - - echo "Building JavaDoc with gradle version ${BUILDVERSION}" + - echo "Publishing dependencies with gradle version ${BUILDVERSION}" - gradle -Pversion=${BUILDVERSION} publish - echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env artifacts: @@ -43,7 +43,7 @@ pages: stage: deploy needs: - generate JavaDoc - - deploy JavaDoc + - publish dependencies - calculate minor version pages: path_prefix: "$BUILDVERSION"