File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ extends:
3636 - environment : internal-dev
3737 post_deploy :
3838 - template : ./templates/run-smoke-tests.yml
39- - environment : internal-dev-sandbox
40- proxy_path : sandbox
41- post_deploy :
42- - template : ./templates/run-smoke-tests.yml
39+ # - environment: internal-dev-sandbox
40+ # proxy_path: sandbox
41+ # post_deploy:
42+ # - template: ./templates/run-smoke-tests.yml
Original file line number Diff line number Diff line change @@ -34,18 +34,17 @@ extends:
3434 - environment : internal-dev
3535 post_deploy :
3636 - template : ./templates/run-smoke-tests.yml
37- - environment : internal-qa
38- post_deploy :
39- - template : ./templates/run-smoke-tests.yml
40- - environment : internal-qa-sandbox
41- proxy_path : sandbox
42- post_deploy :
43- - template : ./templates/run-smoke-tests.yml
44- # (App subscription make sense for most sandbox implementations)
45- - environment : sandbox
46- proxy_path : sandbox
47- post_deploy :
48- - template : ./templates/run-smoke-tests.yml
37+ # - environment: internal-qa
38+ # post_deploy:
39+ # - template: ./templates/run-smoke-tests.yml
40+ # - environment: internal-qa-sandbox
41+ # proxy_path: sandbox
42+ # post_deploy:
43+ # - template: ./templates/run-smoke-tests.yml
44+ # - environment: sandbox
45+ # proxy_path: sandbox
46+ # post_deploy:
47+ # - template: ./templates/run-smoke-tests.yml
4948 # Enable int environment when ready by uncommenting:
5049 # - environment: int
5150 # depends_on:
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ DESCRIPTION: example description
44APIGEE_ENVIRONMENTS :
55 - name : internal-dev
66 display_name : Internal Development
7- - name : internal-dev-sandbox
8- display_name : Internal Development Sandbox
9- - name : internal-qa
10- display_name : Internal QA
11- - name : internal-qa-sandbox
12- display_name : Internal QA Sandbox
13- - name : ref
14- display_name : Reference
15- - name : sandbox
16- display_name : Sandbox
7+ # - name: internal-dev-sandbox
8+ # display_name: Internal Development Sandbox
9+ # - name: internal-qa
10+ # display_name: Internal QA
11+ # - name: internal-qa-sandbox
12+ # display_name: Internal QA Sandbox
13+ # - name: ref
14+ # display_name: Reference
15+ # - name: sandbox
16+ # display_name: Sandbox
1717# Enable int environment when ready by uncommenting:
1818# - name: int
1919# display_name: Integration Testing
You can’t perform that action at this time.
0 commit comments