You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 15:53:31 UTC

[camel-spring-boot-examples] 08/40: Fixed github actions

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 46808df436caed67580077eecb5b7389708037e1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 21 13:22:41 2020 +0200

    Fixed github actions
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 6829d56..18a2acb 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -34,4 +34,4 @@ jobs:
         with:
           java-version: ${{ matrix.java }}
       - name: mvn build
-        run: ./mvnw -f examples/pom.xml -V --no-transfer-progress clean install -DskipTests
+        run: ./mvnw -f pom.xml -V --no-transfer-progress clean install -DskipTests
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 09d4ceb..e045180 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -34,4 +34,4 @@ jobs:
         with:
           java-version: ${{ matrix.java }}
       - name: mvn build
-        run: ./mvnw -f examples/pom.xml -V --no-transfer-progress clean install -DskipTests
+        run: ./mvnw -f pom.xml -V --no-transfer-progress clean install -DskipTests