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
The current behavior of cm-cli.py is to log error and continue, when it encounters any error during installation of custom nodes, i.e. git clone failed or pip install failed.
This behaviour is not optimal for using in docker build, as the container builder will think it has succeeded.
Can we add a flag to make it abort installation if any errors happened?
The text was updated successfully, but these errors were encountered:
The current behavior of cm-cli.py is to log error and continue, when it encounters any error during installation of custom nodes, i.e. git clone failed or pip install failed.
This behaviour is not optimal for using in docker build, as the container builder will think it has succeeded.
Can we add a flag to make it abort installation if any errors happened?
The text was updated successfully, but these errors were encountered: