Skip to content

Commit d66db03

Browse files
igba1980igba.ujege
andauthored
fixed sandbox dependecy order (#36)
Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent 015955f commit d66db03

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

azure/azure-release-pipeline.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ extends:
5151
proxy_path: sandbox
5252
post_deploy:
5353
- template: ./templates/run-tests.yml
54+
- environment: sandbox
55+
depends_on:
56+
- internal-dev-sandbox
57+
- internal_qa_sandbox
58+
proxy_path: sandbox
59+
post_deploy:
60+
- template: ./templates/run-tests.yml
5461
- environment: int
5562
depends_on:
5663
- internal_qa
@@ -59,10 +66,6 @@ extends:
5966
- template: ./templates/run-tests.yml
6067
parameters:
6168
full: false
62-
- environment: sandbox
63-
proxy_path: sandbox
64-
post_deploy:
65-
- template: ./templates/run-tests.yml
6669
# - environment: ref
6770
# depends_on:
6871
# - internal_qa

0 commit comments

Comments
 (0)