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:
21
scripts/bump-patch.yml
Normal file
21
scripts/bump-patch.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
platform: linux
|
||||
|
||||
image_resource:
|
||||
type: registry-image
|
||||
source:
|
||||
repository: cfje/spring-cloud-bindings
|
||||
|
||||
inputs:
|
||||
- name: source
|
||||
|
||||
caches:
|
||||
- path: maven
|
||||
|
||||
outputs:
|
||||
- name: source
|
||||
|
||||
run:
|
||||
path: source/scripts/bump-version.sh
|
||||
args:
|
||||
- patch
|
||||
Reference in New Issue
Block a user