Skip to content

Commit

Permalink
ci: implement using variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
cverhoef committed Oct 10, 2023
1 parent 9093d48 commit ca185a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/azure-pipelines-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
steps:
- template: ./.pipelines/templates/get_keyvault_secrets.job.yml@testTransformations
parameters:
serviceConnection: AzureDevTestEASubscription-ProcessMining-apps-team-development
keyVaultName: pmc-dev-config-kv
serviceConnection: $(serviceConnection)
keyVaultName: $(keyVaultName)

- job: integration_tests
displayName: Integration tests
Expand Down

0 comments on commit ca185a3

Please sign in to comment.