11 lines
174 B
YAML
11 lines
174 B
YAML
|
---
|
||
|
platform: linux
|
||
|
inputs:
|
||
|
- name: git-repo
|
||
|
- name: distribution-repository
|
||
|
caches:
|
||
|
- path: maven
|
||
|
- path: gradle
|
||
|
run:
|
||
|
path: git-repo/ci/scripts/build-integration-tests.sh
|