Skip to content

Commit

Permalink
chore: CI, change install.sh to hub (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata authored Dec 22, 2023
1 parent 4cf8df2 commit d1ef46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install Fluvio CLI
run: |
curl -fsS https://packages.fluvio.io/v1/install.sh | bash
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
echo "$HOME/.fluvio/bin" >> $GITHUB_PATH
- name: Check Fluvio Installation
Expand Down

0 comments on commit d1ef46e

Please sign in to comment.