mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-31 09:12:11 +00:00
21 lines
302 B
YAML
21 lines
302 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: openjdk
|
|
tag: 8-jdk-alpine
|
|
|
|
inputs:
|
|
- name: spring-data-elasticsearch-github
|
|
|
|
outputs:
|
|
- name: spring-data-elasticsearch-artifactory
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
run:
|
|
path: spring-data-elasticsearch-github/ci/build.sh
|