13 lines
188 B
YAML
13 lines
188 B
YAML
|
---
|
||
|
platform: linux
|
||
|
inputs:
|
||
|
- name: git-repo
|
||
|
outputs:
|
||
|
- name: stage-git-repo
|
||
|
- name: distribution-repository
|
||
|
caches:
|
||
|
- path: maven
|
||
|
- path: gradle
|
||
|
run:
|
||
|
path: git-repo/ci/scripts/stage.sh
|