File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,10 @@ jobs:
12
12
inputs :
13
13
azureSubscription : $(connection_info)
14
14
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'
27
16
28
17
- bash : $(Build.SourcesDirectory)/tests/python_eol/run_tests.sh
29
18
displayName : " Run tests"
30
19
env :
31
- # SUBSCRIPTION_ID: $(SUBSCRIPTION-ID)
32
- # AZURE_CLIENT_ID: $(AZURE-CLIENT-ID)
33
- # AZURE_TENANT_ID: $(AZURE-TENANT-ID)
34
20
CR_USER : $(CR-USER)
35
21
CR_SECRET : $(CR-SECRET)
You can’t perform that action at this time.
0 commit comments