mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
19 lines
265 B
YAML
19 lines
265 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
outputs:
|
|
- name: distribution-repository
|
|
caches:
|
|
- path: maven
|
|
- path: gradle
|
|
run:
|
|
path: bash
|
|
args:
|
|
- -ec
|
|
- |
|
|
source /docker-lib.sh
|
|
start_docker
|
|
${PWD}/git-repo/ci/scripts/build-project.sh
|
|
|