Skip to content

Commit

Permalink
Merge pull request #23 from tinybirdco/rename-tinybird01
Browse files Browse the repository at this point in the history
rename to tinybird
  • Loading branch information
alrocar authored Dec 9, 2024
2 parents 816469d + f46c775 commit 69606cb
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tinybird-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
workflow_dispatch:
push:
paths:
- 'tinybird/**'
- 'mcp-server-analytics/tinybird/**'
branches:
- main
jobs:
cd:
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: ./tinybird
data_project_dir: ./mcp-server-analytics/tinybird
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
tb_host: https://api.tinybird.co
4 changes: 2 additions & 2 deletions .github/workflows/tinybird-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
workflow_dispatch:
pull_request:
paths:
- 'tinybird/**'
- 'mcp-server-analytics/tinybird/**'
branches:
- main
types: [opened, reopened, labeled, unlabeled, synchronize, closed]
Expand All @@ -21,7 +21,7 @@
ci:
uses: tinybirdco/ci/.github/workflows/[email protected]
with:
data_project_dir: ./tinybird
data_project_dir: ./mcp-server-analytics/tinybird
secrets:
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
tb_host: https://api.tinybird.co
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION=0.0.0
# TB_VERSION_WARNING=0

# Skip regression tests
# TB_SKIP_REGRESSION=0
TB_SKIP_REGRESSION=1

# Use `OBFUSCATE_REGEX_PATTERN` and `OBFUSCATE_PATTERN_SEPARATOR` environment variables to define a regex pattern and a separator (in case of a single string with multiple regex) to obfuscate secrets in the CLI output.
# OBFUSCATE_REGEX_PATTERN="https://(www\.)?[^/]+||^Follow these instructions =>"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 69606cb

Please sign in to comment.