wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Point `bash-cache` plugin to new `a8c-ci-toolkit` location #337

Closed mokagio closed 1 year ago

mokagio commented 1 year ago

We decided to rename the plugin to a8c-ci-toolkit to better reflect the commands it offers.

While I was at it, I upgraded it to the latest version, 2.13.0.

I used the following command, which was a bit of overkill given there's only one instance, but it'll come handy in other repos.

find . -type f \( -name "*.yml" \) -exec sed -i '' 's/automattic\/bash-cache/automattic\/a8c-ci-toolkit/g' {} +

The command could also be improved to update the version number as well.

If CI is green, then the plugin was fetched correctly.

Internal ref: paaHJt-4z0-p2