CI
This change contributes the CI scripts required to build and release the project. Signed-off-by: Ben Hale <bhale@vmware.com>
This commit is contained in:
19
scripts/deploy.yml
Normal file
19
scripts/deploy.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user