You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/24 08:52:40 UTC

[camel-k-runtime] branch main updated (ac1af8e6 -> 7a22108a)

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

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


    from ac1af8e6 feat(ci): publish snapshot on release branches
     new 6aa0a460 fix(ci): proper directory
     new 7a22108a fix(ci): settings dir

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-k-runtime] 02/02: fix(ci): settings dir

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 7a22108aa370764cc0189f4e06281125abf9883b
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 24 10:52:13 2022 +0200

    fix(ci): settings dir
---
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 5a380f51..1d001356 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -198,4 +198,4 @@ jobs:
       run: |
         ./mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings .github/asf-deploy-settings.xml
         cd distribution
-        ../mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings .github/asf-deploy-settings.xml -Prelease
+        ../mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings ../.github/asf-deploy-settings.xml -Prelease


[camel-k-runtime] 01/02: fix(ci): proper directory

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 6aa0a460711f6c45f7832aeb8b3d3c26915a54d9
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 24 10:51:20 2022 +0200

    fix(ci): proper directory
---
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 0faad693..5a380f51 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -198,4 +198,4 @@ jobs:
       run: |
         ./mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings .github/asf-deploy-settings.xml
         cd distribution
-        ./mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings .github/asf-deploy-settings.xml -Prelease
+        ../mvnw ${MAVEN_ARGS} clean deploy -DskipTests -DskipITs --settings .github/asf-deploy-settings.xml -Prelease