mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
3e82e7aa7e
Closes gh-15713
17 lines
285 B
YAML
17 lines
285 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
- name: artifactory-repo
|
|
outputs:
|
|
- name: version
|
|
params:
|
|
BINTRAY_REPO:
|
|
BINTRAY_SUBJECT:
|
|
BINTRAY_USERNAME:
|
|
BINTRAY_API_KEY:
|
|
SONATYPE_USER_TOKEN:
|
|
SONATYPE_PASSWORD_TOKEN:
|
|
run:
|
|
path: git-repo/ci/scripts/sync-to-maven-central.sh
|