wp-cli-themecheck icon indicating copy to clipboard operation
wp-cli-themecheck copied to clipboard

Latest dev-master not being installed

Open eherman-godaddy opened this issue 3 years ago • 1 comments

Hi,

It looks like https://github.com/anhskohbo/wp-cli-themecheck/pull/7 was merged, but those changes are not reflected in my CI/CD pipeline, or locally, when I install the package. If I ssh into the package directory and do a git pull the changes update and the tests pass. Why is it that doing wp package install ... doesn't pull the latest changes from the master branch?

This is in a CI/CD pipeline, after running wp package install: image

image

Only way around this right now is to cd into the package directory and do a git pull. cd ~/.wp-cli/packages/vendor/anhskohbo/wp-cli-themecheck && git pull

I can't imagine this is a cache issue, as it's been 3 days since the fix was merged into master.

Thanks

eherman-godaddy avatar Jul 01 '21 15:07 eherman-godaddy