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 bd0d0d7 Rebase camel-master onto master gh action: Fixed steps bd0d0d7 is described below commit bd0d0d7b5530b30f8e16218f4a38c1fadfd45069 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 25 15:53:21 2020 +0200 Rebase camel-master onto master gh action: Fixed steps --- .github/workflows/rebase-master-onto-camel-master.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebase-master-onto-camel-master.yml b/.github/workflows/rebase-master-onto-camel-master.yml index 87ce9ac..d448f56 100644 --- a/.github/workflows/rebase-master-onto-camel-master.yml +++ b/.github/workflows/rebase-master-onto-camel-master.yml @@ -54,6 +54,10 @@ jobs: ./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: steps.report.outputs.overall_build_status == 'success' + run: | + git push --force-with-lease origin camel-master - name: Report Build Failure if: failure() run: | @@ -62,7 +66,3 @@ jobs: git rebase --abort fi ./mvnw verify -N -B -ntp -Pbuild-notification -Dstatus=${{ job.status }} -Dtoken=${{ secrets.GITHUB_TOKEN }} -DbuildId=$(cat ~/build-data/build-id.txt) -Drepo=${GITHUB_REPOSITORY} -Dbranch=camel-master -Dbranch-commit=$(cat ~/build-data/master-sha.txt) - - name: Sync branch Master to Camel Master - if: steps.report.outputs.overall_build_status == 'success' - run: | - git push --force-with-lease origin camel-master