Merge branch '2.3.x'
This commit is contained in:
commit
aaaed07735
|
@ -546,10 +546,8 @@ jobs:
|
||||||
file: git-repo/ci/tasks/promote.yml
|
file: git-repo/ci/tasks/promote.yml
|
||||||
params:
|
params:
|
||||||
RELEASE_TYPE: RELEASE
|
RELEASE_TYPE: RELEASE
|
||||||
BRANCH: ((BRANCH))
|
|
||||||
<<: *artifactory-task-params
|
<<: *artifactory-task-params
|
||||||
<<: *bintray-task-params
|
<<: *bintray-task-params
|
||||||
<<: *sdkman-task-params
|
|
||||||
- name: sync-to-maven-central
|
- name: sync-to-maven-central
|
||||||
serial: true
|
serial: true
|
||||||
plan:
|
plan:
|
||||||
|
|
|
@ -14,8 +14,5 @@ params:
|
||||||
BINTRAY_REPO:
|
BINTRAY_REPO:
|
||||||
BINTRAY_USERNAME:
|
BINTRAY_USERNAME:
|
||||||
BINTRAY_API_KEY:
|
BINTRAY_API_KEY:
|
||||||
SDKMAN_CONSUMER_KEY:
|
|
||||||
SDKMAN_CONSUMER_TOKEN:
|
|
||||||
BRANCH:
|
|
||||||
run:
|
run:
|
||||||
path: git-repo/ci/scripts/promote.sh
|
path: git-repo/ci/scripts/promote.sh
|
||||||
|
|
Loading…
Reference in New Issue