Files
spring-boot/ci/tasks/build-project.yml
Madhura Bhave e28915bd4b Make integration tests self-contained
Fixes gh-10516
2018-01-04 11:26:40 -08:00

19 lines
266 B
YAML

---
platform: linux
inputs:
- name: git-repo
outputs:
- name: distribution-repository
caches:
- path: maven
- path: gradle
run:
path: bash
args:
- -exc
- |
source /docker-lib.sh
start_docker
${PWD}/git-repo/ci/scripts/build-project.sh