Replace Bamboo SCDF samples build w/ GitHub actions (#159)
Add GitHub actions based CI pipeline Resolves #155
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>usage-cost-logger</artifactId>
|
||||
<name>usage-cost-logger</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<artifactId>usage-cost-logger-${binder}</artifactId>
|
||||
<name>usage-cost-logger-${binder}</name>
|
||||
<description>Demo project for Spring Boot (${binder})</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>usage-cost-processor</artifactId>
|
||||
<name>usage-cost-processor</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<artifactId>usage-cost-processor-${binder}</artifactId>
|
||||
<name>usage-cost-processor-${binder}</name>
|
||||
<description>Demo project for Spring Boot (${binder})</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>usage-detail-sender</artifactId>
|
||||
<name>usage-detail-sender</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
<artifactId>usage-detail-sender-${binder}</artifactId>
|
||||
<name>usage-detail-sender-${binder}</name>
|
||||
<description>Demo project for Spring Boot (${binder})</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user