Skip to content

Commit

Permalink
ci: remove one secret which is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
cverhoef committed Oct 11, 2023
1 parent 891397c commit 32ff042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pipelines/azure-pipelines-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
dependsOn: get_keyvault_secrets
condition: eq(dependencies.get_keyvault_secrets.result, 'Succeeded')
variables:
SNOWSQL_PWD_input: $[ dependencies.get_keyvault_secrets.outputs['set_variables.SNOWSQL_PWD_input'] ]
DBT_SQL_SERVER_SERVER: $[ dependencies.get_keyvault_secrets.outputs['set_variables.DBT_SQL_SERVER_SERVER'] ]
DBT_SQL_SERVER_USER: $[ dependencies.get_keyvault_secrets.outputs['set_variables.DBT_SQL_SERVER_USER'] ]
DBT_SQL_SERVER_PASSWORD: $[ dependencies.get_keyvault_secrets.outputs['set_variables.DBT_SQL_SERVER_PASSWORD'] ]
Expand Down

0 comments on commit 32ff042

Please sign in to comment.