We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8130e6 commit 076944cCopy full SHA for 076944c
1 file changed
azure/azure-release-pipeline.yml
@@ -28,9 +28,10 @@ extends:
28
template: azure/common/apigee-deployment.yml@common
29
parameters:
30
enable_status_monitoring: false
31
- service_name: ${{ variables.service_name }}
32
- short_service_name: ${{ variables.short_service_name }}
33
- 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 }}
34
+ python_version: ${{ variables.python_version }}
35
apigee_deployments:
36
- environment: internal-dev
37
post_deploy:
0 commit comments