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] Don't create a temp workspace on CI #219

Closed jhnstn closed 8 months ago

jhnstn commented 8 months ago

Fixes #174

We won't need a temp directory on a CI assuming we are spinning up a new VM on each run (like what happens on Github Workflows)

Instead we can just use the directory set up by the CI to run the commands.

This adds a check for the CI env before creating a temp directory. Since a temp directory is not created, nothing is deleted after the command runs

Testing