project name

This commit is contained in:
drethereum 2025-04-03 14:06:33 -06:00
parent e87ef5ed65
commit 3e8995e952
2 changed files with 3 additions and 3 deletions

View File

@ -16,5 +16,5 @@ jobs:
environment: workflow_temp_test
command_name: Run Bronze Models
command: |
dbt run -m "fsc_evm,tag:bronze_core"
dbt run -m "$PROJECT_NAME,tag:bronze_core"
secrets: inherit

View File

@ -16,8 +16,8 @@ jobs:
environment: workflow_temp_test
command_name: Run Bronze Models
command: |
dbt run -m "fsc_evm,tag:bronze_core"
dbt run -m "$PROJECT_NAME,tag:bronze_core"
command_name_2: Run Bronze Models 2
command_2: |
dbt run -m "fsc_evm,tag:bronze_core"
dbt run -m "$PROJECT_NAME,tag:bronze_core"
secrets: inherit