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 2023/03/08 08:57:34 UTC

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

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

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

commit f9f7c6284f8f7467fcf23f29670793cac544682d
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