mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-23 06:05:48 +08:00
17 lines
291 B
YAML
17 lines
291 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
|