We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011890e commit c8130e6Copy full SHA for c8130e6
1 file changed
azure/azure-pr-pipeline.yml
@@ -29,9 +29,10 @@ variables:
29
extends:
30
template: azure/common/apigee-deployment.yml@common
31
parameters:
32
- service_name: ${{ variables.service_name }}
33
- short_service_name: ${{ variables.short_service_name }}
34
- service_base_path: ${{ variables.service_base_path }}
+ service_name: ${{ variables.service_name }}
+ short_service_name: ${{ variables.short_service_name }}
+ service_base_path: ${{ variables.service_base_path }}
35
+ python_version: ${{ variables.python_version }}
36
apigee_deployments:
37
- environment: internal-dev
38
post_deploy:
0 commit comments