Skip to content

Commit

Permalink
Apply the Strimzi next profile only to the connector build
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Oct 17, 2020
1 parent 08ff410 commit 25f854e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
name: Sync Camel Kafka Connector camel-master Branch with Strimzi next

env:
MAVEN_ARGS: -V -ntp -Pstrimzinext
MAVEN_ARGS: -V -ntp

on:
schedule:
Expand Down Expand Up @@ -87,6 +87,7 @@ jobs:
./mvnw ${MAVEN_ARGS} \
-Dcheckstyle.failOnViolation=true \
-Psourcecheck \
-Pstrimzinext \
-DskipIntegrationTests=false \
-Dhttp.keepAlive=false \
-Dmaven.wagon.http.pool=false \
Expand Down

0 comments on commit 25f854e

Please sign in to comment.