Skip to content

Commit 70e64cb

Browse files
igba1980igba.ujege
andauthored
Correct dependency reference in azure pipeline (#101)
Fixed an incorrect reference in the Azure DevOps release pipeline configuration file from 'internal-dev' to 'internal_dev'. This change ensures the correct deployment sequence for environments in the pipeline, allowing subsequent steps to execute after the successful completion of 'internal_dev'. Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent a2c5899 commit 70e64cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/azure-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extends:
6060
- template: ./templates/run-tests.yml
6161
- environment: int
6262
depends_on:
63-
- internal-dev
63+
- internal_dev
6464
post_deploy:
6565
- template: ./templates/run-tests.yml
6666
parameters:

0 commit comments

Comments
 (0)