wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

CLI: Update how we handle cleaning up the temp directories #174

Closed jhnstn closed 10 months ago

jhnstn commented 10 months ago

Cleaning up the temp dir after creating the gbm release pr can take awhile. It looks like the command is just hanging after running. We should add a message to warn folks that deleting the temp dir can take awhile.

We might also need to rethink how we handle the temp directories on the gbm and integration related commands. Mostly since we plan to run these on a CI. For starters we probably don't need to clean up the temp dirs since the VM is likely to go away after the CI run. But we might be able to use the home directory that the CI runs in.

jhnstn commented 10 months ago

https://github.com/wordpress-mobile/release-toolkit-gutenberg-mobile/pull/180 gets us very close to this.