This is an archive of the discontinued Mercurial Phabricator instance.

automation: don't create resources when deleting things
ClosedPublic

Authored by indygreg on Apr 19 2019, 8:20 AM.

Details

Summary

Otherwise running these commands can result in resources being
created. In the case of purge-ec2-resources, we will create
resources only to delete them immediately afterwards!

With this change, purge-ec2-resources now no-ops if no
resources exist.

  1. no-check-commit because foo_bar function name

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Apr 19 2019, 8:20 AM
This revision was automatically updated to reflect the committed changes.