Skip to content

Commit

Permalink
orbs == leaky abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 14, 2021
1 parent d505be0 commit cbc2523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
command: sqlcmd -S 'localhost,1433' -U sa -P 5atyaNadella -Q 'create database blog'
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: Test adapter on SQL Server against dbt-adapter-tests
command: tox -e integration-sqlserver
Expand All @@ -38,6 +39,7 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: wait for SQL Server container to set up
command: sleep 30
Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: wake up serverless db
command: |
Expand All @@ -97,6 +100,7 @@ jobs:
- checkout
- python/install-packages:
pkg-manager: pip
pypi-cache: false
- run:
name: install gnupg
command: apt-get install gnupg -y
Expand Down

0 comments on commit cbc2523

Please sign in to comment.