You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/10 11:07:04 UTC

[camel-spring-boot] branch master updated: Attempt

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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cefe29  Attempt
5cefe29 is described below

commit 5cefe2928dbb241223f42d89f350a57d93c5e3e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 12:06:24 2020 +0100

    Attempt
---
 .github/workflows/automatic-sync-master.yml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index a9a28f8..0a2f723 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -31,13 +31,12 @@ jobs:
         with:
           repository: apache/camel
           ref: master
-          path: 'camel'
-      - name: Set Up Java
-        uses: actions/setup-java@v1
-        with:
-          java-version: 1.8
-      - name: Build Project
-        run: camel/mvnw clean install -DskipTests
+            - name: Set Up Java
+              uses: actions/setup-java@v1
+              with:
+                java-version: 1.8
+            - name: Build Project
+              run: mvnw clean install -DskipTests
   sync:
     runs-on: ubuntu-latest
     steps: