diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6e10d02083..88d3fe03d9 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -626,10 +626,8 @@ jobs: file: git-repo/ci/tasks/promote.yml params: RELEASE_TYPE: RELEASE - BRANCH: ((BRANCH)) <<: *artifactory-task-params <<: *bintray-task-params - <<: *sdkman-task-params - name: sync-to-maven-central serial: true plan: diff --git a/ci/tasks/promote.yml b/ci/tasks/promote.yml index 03492c469a..68821a052c 100644 --- a/ci/tasks/promote.yml +++ b/ci/tasks/promote.yml @@ -14,8 +14,5 @@ params: BINTRAY_REPO: BINTRAY_USERNAME: BINTRAY_API_KEY: - SDKMAN_CONSUMER_KEY: - SDKMAN_CONSUMER_TOKEN: - BRANCH: run: path: git-repo/ci/scripts/promote.sh