mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 11:51:33 +01:00
cdc6cfcaa8
Closes gh-14604
15 lines
212 B
YAML
15 lines
212 B
YAML
---
|
|
platform: linux
|
|
inputs:
|
|
- name: git-repo
|
|
outputs:
|
|
- name: stage-git-repo
|
|
- name: distribution-repository
|
|
params:
|
|
RELEASE_TYPE:
|
|
caches:
|
|
- path: maven
|
|
- path: gradle
|
|
run:
|
|
path: git-repo/ci/scripts/stage.sh
|