You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
selul
added a commit
to Codeinwp/neve
that referenced
this issue
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
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 doingwp package install ...
doesn't pull the latest changes from the master branch?This is in a CI/CD pipeline, after running
wp package install
: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
The text was updated successfully, but these errors were encountered: