quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

510: Modify flow.sh to fix the delete environment stage #511

Closed jparsons04 closed 6 years ago

jparsons04 commented 6 years ago

What does this pull request do? Changes scripts/flow.sh to fix an issue where the environments are not deleted due to a CLI syntax change made for l0 environment delete.

The --wait flag has been removed from l0 environment delete, and each of the iterations of the environments to delete should not be sent to the background.

How should this be tested? Create a few environments and deploys and then run flow.sh delete. Confirm that everything except for the api environment and deploy are deleted.

Checklist ~- [ ] Unit tests~ ~- [ ] Smoke tests (if applicable)~ ~- [ ] System tests (if applicable)~ ~- [ ] Documentation (if applicable)~

closes #510