Skip to content

Commit 35d0c09

Browse files
authored
Merge pull request #5 from tinybirdco/fix-ci
fix ci
2 parents 66ba485 + be6a5d4 commit 35d0c09

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/tinybird-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Test project
3636
run: tb test run
3737
- name: Deployment check
38-
run: tb --cloud --host ${{ TINYBIRD_HOST }} --token ${{ TINYBIRD_TOKEN }} deploy --check
38+
run: tb --cloud --host ${{ env.TINYBIRD_HOST }} --token ${{ env.TINYBIRD_TOKEN }} deploy --check

tinybird/.gitlab-ci.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)