Skip to content

Commit c96deb8

Browse files
author
narrieta@microsoft
committed
.
1 parent 1e8e0bd commit c96deb8

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tests/python_eol/pipeline.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,10 @@ jobs:
1212
inputs:
1313
azureSubscription: $(connection_info)
1414
KeyVaultName: 'waagenttests'
15-
SecretsFilter: '*'
16-
17-
# - task: AzureCLI@2
18-
# displayName: "Download connection certificate"
19-
# inputs:
20-
# azureSubscription: $(connection_info)
21-
# scriptType: bash
22-
# scriptLocation: inlineScript
23-
# inlineScript: |
24-
# # This temporary directory removed after the pipeline execution
25-
# mkdir -p $(Agent.TempDirectory)/app
26-
# az keyvault secret download --file $(Agent.TempDirectory)/app/cert.pem --vault-name waagenttests --name AZURE-CLIENT-CERTIFICATE
15+
SecretsFilter: 'CR-USER, CR-SECRET'
2716

2817
- bash: $(Build.SourcesDirectory)/tests/python_eol/run_tests.sh
2918
displayName: "Run tests"
3019
env:
31-
# SUBSCRIPTION_ID: $(SUBSCRIPTION-ID)
32-
# AZURE_CLIENT_ID: $(AZURE-CLIENT-ID)
33-
# AZURE_TENANT_ID: $(AZURE-TENANT-ID)
3420
CR_USER: $(CR-USER)
3521
CR_SECRET: $(CR-SECRET)

0 commit comments

Comments
 (0)