Skip to content

Commit

Permalink
duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 1, 2024
1 parent 45f75ec commit 9add17b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ allowlist_externals =
dbt
skip_install = true
commands =
dbt deps --target redshift
dbt deps --target redshift
dbt seed --full-refresh --target redshift
dbt run --target redshift
Expand All @@ -48,7 +47,6 @@ allowlist_externals =
dbt
skip_install = true
commands =
dbt deps --target snowflake
dbt deps --target snowflake
dbt seed --full-refresh --target snowflake
dbt run --target snowflake
Expand All @@ -64,7 +62,6 @@ allowlist_externals =
dbt
skip_install = true
commands =
dbt deps --target bigquery
dbt deps --target bigquery
dbt seed --full-refresh --target bigquery
dbt run --target bigquery
Expand Down

0 comments on commit 9add17b

Please sign in to comment.