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

Add `--watch` flag to integrate command to wait for builds to be ready #184

Open jhnstn opened 10 months ago

jhnstn commented 10 months ago

The integration steps cannot continue until the Gutenberg libraries are available for each platform. A flow that could watch for the builds to be ready would be helpful when running the integrate command locally. The same logic could be applied to a CI service later on.