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 10:45:46 UTC

[camel-spring-boot] branch master updated: Use mvn again

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 b845a20  Use mvn again
b845a20 is described below

commit b845a207a0de121eb755dc6ab82c55e956989434
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 11:45:27 2020 +0100

    Use mvn again
---
 .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 c33ca15..25592e5 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -36,7 +36,7 @@ jobs:
         with:
           java-version: 1.8
       - name: Build Project
-        run: ./mvnw clean install -DskipTests
+        run: mvn clean install -DskipTests
   sync:
     runs-on: ubuntu-latest
     steps: