This change contributes the CI scripts required to build and release the project. Signed-off-by: Ben Hale <bhale@vmware.com>
20 lines
228 B
YAML
20 lines
228 B
YAML
---
|
|
platform: linux
|
|
|
|
image_resource:
|
|
type: registry-image
|
|
source:
|
|
repository: cfje/spring-cloud-bindings
|
|
|
|
inputs:
|
|
- name: source
|
|
|
|
caches:
|
|
- path: maven
|
|
|
|
outputs:
|
|
- name: repository
|
|
|
|
run:
|
|
path: source/scripts/deploy.sh
|