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:01:18 UTC

[camel-spring-boot] branch master updated: You must work.

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 ee94ca1  You must work.
ee94ca1 is described below

commit ee94ca1be0cded0dbbbc60faf88375a5922f62b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 12:00:35 2020 +0100

    You must work.
---
 .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 52bd147..a9a28f8 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: mvn clean install -DskipTests
+        run: camel/mvnw clean install -DskipTests
   sync:
     runs-on: ubuntu-latest
     steps: