Skip to content

Commit 3bd8655

Browse files
authored
Merge pull request #190 from datarootsio/fix-secret-in-ci
fix secret in circleci config
2 parents 2305040 + 32d193d commit 3bd8655

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,19 @@ jobs:
117117
- run:
118118
name: az logout
119119
command: az logout
120-
# - run:
121-
# name: cnxn -- Azure SQL - AZ SP auto
122-
# command: |
123-
# export AZURE_CLIENT_ID="$DBT_AZURE_SP_NAME"
124-
# export AZURE_CLIENT_SECRET="$DBT_AZURE_SECRET"
125-
# export AZURE_TENANT_ID="$DBT_AZURE_TENANT"
126-
# cd test/integration
127-
# dbt compile --target azuresql_azauto
128-
# - run:
129-
# name: cnxn -- Azure SQL - AZ SP env
130-
# command: |
131-
# cd test/integration
132-
# dbt compile --target azuresql_azenv
120+
- run:
121+
name: cnxn -- Azure SQL - AZ SP auto
122+
command: |
123+
export AZURE_CLIENT_ID="$DBT_AZURE_SP_NAME"
124+
export AZURE_CLIENT_SECRET="$DBT_AZURE_SP_SECRET"
125+
export AZURE_TENANT_ID="$DBT_AZURE_TENANT"
126+
cd test/integration
127+
dbt compile --target azuresql_azauto
128+
- run:
129+
name: cnxn -- Azure SQL - AZ SP env
130+
command: |
131+
cd test/integration
132+
dbt compile --target azuresql_azenv
133133
134134
workflows:
135135
main:

0 commit comments

Comments
 (0)