Replace Bamboo SCDF samples build w/ GitHub actions (#159)

Add GitHub actions based CI pipeline

Resolves #155
This commit is contained in:
Chris Bono
2022-01-21 11:31:06 -06:00
committed by GitHub
parent 547f87027b
commit ef1a52efd9
11 changed files with 501 additions and 91 deletions

View File

@@ -68,6 +68,9 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<binder>kafka</binder>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -77,6 +80,9 @@
</profile>
<profile>
<id>rabbit</id>
<properties>
<binder>rabbit</binder>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>