mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
e9f9462917
Add CI pipeline for builds and releases. Fixes gh-9316
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
|