Skip to content

Commit

Permalink
Disabling SQLFluff (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Feb 10, 2023
1 parent d3a56ba commit bd7746d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
. venv/bin/activate
dbt deps --project-dir $DBT_PROJECT_DIR
- run:
name: "Run SQLFluff"
environment:
POSTGRES_HOST: localhost
POSTGRES_TEST_USER: postgres
POSTGRES_TEST_PASSWORD: ''
POSTGRES_TEST_PORT: 5432
POSTGRES_TEST_DATABASE: circle_test
POSTGRES_TEST_SCHEMA: dbt_expectations_integration_tests
command: |
. venv/bin/activate
cd $DBT_PROJECT_DIR
sqlfluff lint models
# - run:
# name: "Run SQLFluff"
# environment:
# POSTGRES_HOST: localhost
# POSTGRES_TEST_USER: postgres
# POSTGRES_TEST_PASSWORD: ''
# POSTGRES_TEST_PORT: 5432
# POSTGRES_TEST_DATABASE: circle_test
# POSTGRES_TEST_SCHEMA: dbt_expectations_integration_tests
# command: |
# . venv/bin/activate
# cd $DBT_PROJECT_DIR
# sqlfluff lint models

- run:
name: "Run Tests - Postgres"
Expand Down

0 comments on commit bd7746d

Please sign in to comment.