We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae950 commit 29b7872Copy full SHA for 29b7872
.github/workflows/tinybird-cd.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v3
30
31
- name: Install Tinybird CLI
32
- run: curl -LsSf https://api.tinybird.co/static/install.sh | sh
+ run: curl https://tinybird.co | sh
33
34
- name: Build project
35
run: tb build
.github/workflows/tinybird-ci.yml
@@ -31,7 +31,7 @@ jobs:
steps:
+ run: curl tinybird.co | sh
36
37
- name: Test project
0 commit comments