Skip to content

Commit

Permalink
template path
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Mar 25, 2024
1 parent 38e58fb commit 5609113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipeline-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
workspace:
clean: all
steps:
- template: setup-cloud-foundry-linux-steps.yaml
- template: templates/setup-cloud-foundry-linux-steps.yaml
- bash: touch reinit
displayName: 'Reinit Virtual Python Environment'
- bash: ./behave.sh Configuration/src/Steeltoe.Samples.Configuration '--stop'
displayName: 'Sample -> Configuration: All'
env:
PYTHON: python3.10
- template: publish-results-steps.yaml
- template: templates/publish-results-steps.yaml
parameters:
feature: Configuration
sample: All
Expand Down

0 comments on commit 5609113

Please sign in to comment.