You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2020/10/17 08:25:45 UTC

[camel-kafka-connector] branch master updated: Apply the Strimzi next profile only to the connector build

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 25f854e  Apply the Strimzi next profile only to the connector build
25f854e is described below

commit 25f854eb2eaa7685234b61585b90cc1fe4dd62e5
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sat Oct 17 10:24:31 2020 +0200

    Apply the Strimzi next profile only to the connector build
---
 .github/workflows/automatic-sync-camel-master-strimzi-next.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-master-strimzi-next.yml b/.github/workflows/automatic-sync-camel-master-strimzi-next.yml
index a6179e9..ac5bafe 100644
--- a/.github/workflows/automatic-sync-camel-master-strimzi-next.yml
+++ b/.github/workflows/automatic-sync-camel-master-strimzi-next.yml
@@ -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:
@@ -87,6 +87,7 @@ jobs:
           ./mvnw ${MAVEN_ARGS} \
             -Dcheckstyle.failOnViolation=true \
             -Psourcecheck \
+            -Pstrimzinext \
             -DskipIntegrationTests=false \
             -Dhttp.keepAlive=false \
             -Dmaven.wagon.http.pool=false \