-
Notifications
You must be signed in to change notification settings - Fork 10
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
PHP Deprecated: trim(): ... no pipeline to run! #21
Comments
hello, and thanks for reporting this! @billyromano the deprecation warning was caused by a regression in april this year and next version 0.0.67 will have it fixed. to address the
message, please provide your |
version 0.0.67 has been released. you can update it already with phive (e.g. that should remove the deprecation messages. the yaml file would still help me to add a regression test so that I don't tap into mistakes as the one that happened. I leave this issue open as I'm pretty sure that the
message still is the case with 0.0.67 and the |
I just updated to 0.0.67 and here's the new issues showing up:
Here's my
|
I'll address that one as well with the next release. It is not the cause of the message thought. Your However mind that |
Ok that makes sense now 🙂 I'll make sure to update and use When do you think the |
I see lots of similar errors as @billyromano - even when issuing a simple
I updated to the latest 0.0.67 version but am getting the same issue. Things worked fine earlier so I am wondering if I updated a dependency... like php |
@duffar: Yes, that are deprecation warnings from PHP 8.1. Can you share which operating system / distro you're using? And thanks for reporting. Next version should have less noise if not getting completely rid of the warnings. |
Just installed pipelines today and I'm brand new to this util. I've installed it using phive on macOS and setup my
pipelines
executable globally. I do have a bitbucket-pipelines.yml file setup and configured correctly. When just running thepipelines
command with no additional flags in the same folder as the yaml file, it fails showing this error:🙋🏻♂️How do I fix this deprecation issue?
PHP Info
The text was updated successfully, but these errors were encountered: