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