From 32ff04254b187a8698eee37996b3707ec3c57bd5 Mon Sep 17 00:00:00 2001 From: Celine Verhoef Date: Wed, 11 Oct 2023 13:49:38 +0200 Subject: [PATCH] ci: remove one secret which is not used --- .pipelines/azure-pipelines-integration-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pipelines/azure-pipelines-integration-tests.yml b/.pipelines/azure-pipelines-integration-tests.yml index 669ca08..9b12222 100644 --- a/.pipelines/azure-pipelines-integration-tests.yml +++ b/.pipelines/azure-pipelines-integration-tests.yml @@ -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'] ]