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 09:19:28 UTC

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

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 2fa9297  Use mvn
2fa9297 is described below

commit 2fa929742aaa1c20e80e9dc5ff2bcaf0eac59df8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 10:19:07 2020 +0100

    Use mvn
---
 .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 5ba2e9f..683488c 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: ./mvnw clean install -DskipTests
+        run: mvn clean install -DskipTests
       - name: Checkout SB
         uses: actions/checkout@v1
       - name: GitHub Pull Request Action