Skip to content

Commit 82f6429

Browse files
committed
update azure release pipeline
1 parent 90510f8 commit 82f6429

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ extends:
3636
- environment: internal-dev
3737
post_deploy:
3838
- template: ./templates/run-smoke-tests.yml
39+
parameters:
40+
python_version: ${{ variables.python_version }}
3941
- environment: prod
4042
post_deploy:
4143
- template: ./templates/run-smoke-tests.yml
4244
parameters:
4345
production: true
46+
python_version: ${{ variables.python_version }}
4447
depends_on:
4548
- internal_dev
4649
# - environment: internal-qa

0 commit comments

Comments
 (0)