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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 46808df  Fixed github actions
46808df is described below

commit 46808df436caed67580077eecb5b7389708037e1
Author: Andrea Cosentino <anco...@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

Reply via email to