2018-01-06 02:47:37 +08:00
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
inputs:
|
|
|
|
- name: git-repo
|
|
|
|
outputs:
|
|
|
|
- name: distribution-repository
|
|
|
|
caches:
|
|
|
|
- path: gradle
|
2020-01-10 21:48:43 +08:00
|
|
|
params:
|
|
|
|
CI: true
|
2020-01-16 04:31:52 +08:00
|
|
|
GRADLE_ENTERPRISE_URL: https://ge.spring.io
|
2018-01-06 02:47:37 +08:00
|
|
|
run:
|
2020-07-30 00:54:54 +08:00
|
|
|
path: git-repo/ci/scripts/build-pr-project.sh
|