Skip to content

Commit 29b7872

Browse files
committed
update install
1 parent f5ae950 commit 29b7872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tinybird-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: Install Tinybird CLI
32-
run: curl -LsSf https://api.tinybird.co/static/install.sh | sh
32+
run: curl https://tinybird.co | sh
3333

3434
- name: Build project
3535
run: tb build

.github/workflows/tinybird-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Install Tinybird CLI
34-
run: curl -LsSf https://api.tinybird.co/static/install.sh | sh
34+
run: curl tinybird.co | sh
3535
- name: Build project
3636
run: tb build
3737
- name: Test project

0 commit comments

Comments
 (0)