Skip to content

Commit d1ef46e

Browse files
authored
chore: CI, change install.sh to hub (#109)
1 parent 4cf8df2 commit d1ef46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Fluvio CLI
3333
run: |
34-
curl -fsS https://packages.fluvio.io/v1/install.sh | bash
34+
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
3535
echo "$HOME/.fluvio/bin" >> $GITHUB_PATH
3636
3737
- name: Check Fluvio Installation

0 commit comments

Comments
 (0)