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 1b4e3e7 Sync master/camel-master rebase, just push 1b4e3e7 is described below commit 1b4e3e70bebb1536b5460fdf43369e5faed30c6a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 25 17:31:38 2020 +0200 Sync master/camel-master rebase, just push --- .github/workflows/rebase-master-onto-camel-master.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/rebase-master-onto-camel-master.yml b/.github/workflows/rebase-master-onto-camel-master.yml index d448f56..e043233 100644 --- a/.github/workflows/rebase-master-onto-camel-master.yml +++ b/.github/workflows/rebase-master-onto-camel-master.yml @@ -55,14 +55,5 @@ jobs: ./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: | - # Abort rebase in case something went wrong as we may have broken pom.xml files - if [[ -e ".git/rebase" || -e ".git/rebase-apply" || -e ".git/rebase-merge" ]]; then - 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)