2017-09-29 01:57:35 +08:00
|
|
|
---
|
|
|
|
platform: linux
|
|
|
|
inputs:
|
|
|
|
- name: git-repo
|
|
|
|
outputs:
|
|
|
|
- name: distribution-repository
|
|
|
|
caches:
|
|
|
|
- path: maven
|
|
|
|
- path: gradle
|
|
|
|
run:
|
2018-01-04 09:23:12 +08:00
|
|
|
path: bash
|
|
|
|
args:
|
|
|
|
- -exc
|
|
|
|
- |
|
|
|
|
source /docker-lib.sh
|
|
|
|
start_docker
|
|
|
|
${PWD}/git-repo/ci/scripts/build-project.sh
|
|
|
|
|