Skip to content

Commit

Permalink
fix(ci): update CLIs URL
Browse files Browse the repository at this point in the history
Closes #4597
  • Loading branch information
squakez committed Jul 25, 2023
1 parent 15458b8 commit c6bad31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e-install-olm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/e2e-install-upgrade/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6bad31

Please sign in to comment.