Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,13 @@ deploy: stage: deploy script: - ./gradlew publish -x test :search-docs:publish $NEXUS_CREDENTIALS only: - master docs: stage: deploy script: - ./gradlew :search-docs:publish $NEXUS_CREDENTIALS only: - master - docs Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -25,8 +25,13 @@ deploy: stage: deploy script: - ./gradlew publish -x test :search-docs:publish $NEXUS_CREDENTIALS only: - master docs: stage: deploy script: - ./gradlew :search-docs:publish $NEXUS_CREDENTIALS only: - master - docs