17 lines
243 B
YAML
17 lines
243 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: docker-image
|
|
source:
|
|
repository: springci/spring-data-8-jdk-with-mongodb
|
|
|
|
inputs:
|
|
- name: spring-data-mongodb-github
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
run:
|
|
path: spring-data-mongodb-github/ci/test.sh
|