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

acosentino 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 ba1a288  GH Rebase action: no need for checking success
ba1a288 is described below

commit ba1a2882bed21de13c1f3750a4845f3b2bc535bf
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Aug 25 19:05:07 2020 +0200

    GH Rebase action: no need for checking success
---
 .github/workflows/rebase-master-onto-camel-master.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/rebase-master-onto-camel-master.yml 
b/.github/workflows/rebase-master-onto-camel-master.yml
index be0f5d3..3b3b5df 100644
--- a/.github/workflows/rebase-master-onto-camel-master.yml
+++ b/.github/workflows/rebase-master-onto-camel-master.yml
@@ -46,17 +46,14 @@ jobs:
           git rebase origin/master
           git rev-parse origin/master > ~/build-data/master-sha.txt
       - name: Set up JDK ${{ matrix.java }}
-        if: ${{ success() }}
         uses: actions/setup-java@v1
         with:
           java-version: ${{ matrix.java }}
       - name: mvn sourcecheck + build and itests
-        if: ${{ success() }}
         run: |
           ./mvnw -V --no-transfer-progress -DskipTests --projects 
org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools
 clean install
           ./mvnw -V --no-transfer-progress --projects 
org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin 
-Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
           ./mvnw -V --no-transfer-progress --projects 
'!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' 
-Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false 
clean test
       - name: Sync branch Master to Camel Master
-        if: ${{ success() }}
         run: |
           git push --force-with-lease origin camel-master

Reply via email to