Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest dev-master not being installed #9

Open
eherman-godaddy opened this issue Jul 1, 2021 · 1 comment
Open

Latest dev-master not being installed #9

eherman-godaddy opened this issue Jul 1, 2021 · 1 comment

Comments

@eherman-godaddy
Copy link

eherman-godaddy commented Jul 1, 2021

Hi,

It looks like #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

selul added a commit to Codeinwp/neve that referenced this issue Jul 14, 2021
@selul
Copy link

selul commented Jul 14, 2021

seems like is related to wp-cli/package-command#141, a workaround would be to use the commit hash directly, as:
wp package install anhskohbo/wp-cli-themecheck:dev-master#a53732bf056ee446a4b975d20914d0469e16ea59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants