2017-09-29 01:57:35 +08:00
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
inputs:
|
|
|
|
- name: git-repo
|
|
|
|
outputs:
|
|
|
|
- name: stage-git-repo
|
|
|
|
- name: distribution-repository
|
2018-09-13 07:19:13 +08:00
|
|
|
params:
|
|
|
|
RELEASE_TYPE:
|
2017-09-29 01:57:35 +08:00
|
|
|
caches:
|
|
|
|
- path: maven
|
|
|
|
- path: gradle
|
|
|
|
run:
|
|
|
|
path: git-repo/ci/scripts/stage.sh
|