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 10:33:31 UTC

[camel-spring-boot] branch master updated: Explicit path for Camel build.

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 16df2f4  Explicit path for Camel build.
16df2f4 is described below

commit 16df2f4ba1c7c1dceb80bbb3c042b77938bc4a59
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 11 11:33:26 2020 +0100

    Explicit path for Camel build.
---
 .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 fec3bd0..257be9e 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: $GITHUB_WORKSPACE/camel/mvnw clean install -DskipTests
+        run: /home/runner/work/camel-spring-boot/camel/mvnw clean install -DskipTests
       - name: Checkout
         uses: actions/checkout@v1
         with: