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/07/25 10:03:54 UTC

[camel-k] 04/04: fix(ci): update CLIs URL

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

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

commit 44aeb223dbe1ea23bbb501562f6e5550e889e1cd
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:19:11 2023 +0200

    fix(ci): update CLIs URL
    
    Closes #4597
---
 .github/actions/e2e-install-olm/action.yml     | 2 +-
 .github/actions/e2e-install-upgrade/action.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/e2e-install-olm/action.yml b/.github/actions/e2e-install-olm/action.yml
index aa58d6046..a302a480e 100644
--- a/.github/actions/e2e-install-olm/action.yml
+++ b/.github/actions/e2e-install-olm/action.yml
@@ -61,7 +61,7 @@ runs:
     shell: bash
     run: |
       export KAMEL_VERSION=$(make get-last-released-version)
-      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz -o /tmp/kamel.tar.gz
+      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-amd64.tar.gz -o /tmp/kamel.tar.gz
       pushd /tmp && tar -zxf kamel.tar.gz && popd > /dev/null
       if [ ! -x /tmp/kamel ]; then
         echo "Error: No ${KAMEL_VERSION} downloaded correctly"
diff --git a/.github/actions/e2e-install-upgrade/action.yml b/.github/actions/e2e-install-upgrade/action.yml
index b80959e38..ec7610b0e 100644
--- a/.github/actions/e2e-install-upgrade/action.yml
+++ b/.github/actions/e2e-install-upgrade/action.yml
@@ -61,7 +61,7 @@ runs:
     shell: bash
     run: |
       export KAMEL_VERSION=$(make get-last-released-version)
-      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz -o /tmp/kamel.tar.gz
+      curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-amd64.tar.gz -o /tmp/kamel.tar.gz
       pushd /tmp && tar -zxf kamel.tar.gz && popd > /dev/null
       if [ ! -x /tmp/kamel ]; then
         echo "Error: No ${KAMEL_VERSION} downloaded correctly"