woocommerce-ios
woocommerce-ios copied to clipboard
Adds `pod outdated` command to `start-code-freeze` pipeline
In the release scenario, there's this step:
Run this command to check if there are updates available for pods like ZenDesk, UIDeviceIdentifier, etc and record them in the https://github.com/woocommerce/woocommerce-ios/issues/1894: bundle exec pod outdated
I'm moving this command to the pipeline so that the Release Manager doesn't have to run that command locally.
This will run after the start_code_freeze lane and the release scenario will instruct the RM to look at the Buildkite run to get the list of outdated pod.
📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.
| App Name | ||
| Build Number | pr11733-88866a7 | |
| Version | 17.5 | |
| Bundle ID | com.automattic.alpha.woocommerce | |
| Commit | 88866a7297ca419cf2338568937a8e0f07421f5e | |
| App Center Build | WooCommerce - Prototype Builds #8249 |
| Warnings | |
|---|---|
| :warning: | This PR is assigned to a milestone which is closing in less than 2 days Please, make sure to get it merged by then or assign it to a later expiring milestone |
Generated by :no_entry_sign: dangerJS
@spencertransier depending on your timeline, feel free to bring the code back to the output going only in the logs, so at least it gets merged and to tackle the mysterious failure later on.
Also, I wonder if it might be useful to run this in a dedicated CI step 🤷♂️ Sort of a different question and a bit of a change in behavior, but thought I'd throw it out there.