platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 31 forks source link

only attempts to delete if the directory is there #883

Closed gilzow closed 1 year ago

gilzow commented 1 year ago

previous update chained our .github deletion and moves with &&s but if an upstream didn't introduce a .github directory the command would fail since the test failed.

Reformats the command to only attempt a delete if the test passes.