Skip to content

Commit 3c96591

Browse files
committed
Disable uploads to maven central
1 parent e8b9d7b commit 3c96591

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.ci/gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -753,19 +753,6 @@ apt-internal-ubuntu20-stable:
753753
APT_REPO_CODENAMES: focal
754754
APT_REPO_COMPONENT: stable
755755

756-
maven-central-upload:
757-
stage: deploy
758-
needs: [build-java]
759-
trigger:
760-
project: rewriting/utility/package-uploader
761-
strategy: depend
762-
rules:
763-
- if: '$CI_COMMIT_REF_NAME == "master"'
764-
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
765-
variables:
766-
JOB_NAME: build-java
767-
JAVA_POM_SUBDIR: ./build/java
768-
769756
.windows-upload: &windows-upload
770757
stage: upload
771758
trigger:

0 commit comments

Comments
 (0)