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/11 11:45:29 UTC

[camel-spring-boot] branch master updated: Pointing to camel pom

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 503a7ad  Pointing to camel pom
503a7ad is described below

commit 503a7adb5063c79f37485b0ea611c39e8dbd84c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 11 12:45:21 2020 +0100

    Pointing to camel pom
---
 .github/workflows/automatic-sync-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 257be9e..a458091 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -37,7 +37,7 @@ jobs:
         with:
           java-version: 1.8
       - name: Build Project
-        run: /home/runner/work/camel-spring-boot/camel/mvnw clean install -DskipTests
+        run: mvn -f /home/runner/work/camel-spring-boot/camel/pom.xml clean install -DskipTests
       - name: Checkout
         uses: actions/checkout@v1
         with: