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
console/controllers/ProjectConfigController.php returns ExitCode::OK even when:
Your project.yaml file was created for different versions of Craft and/or plugins than what’s currently installed. Try running composer install from your terminal to resolve.
or
Craft is not configured to use project.yaml. Please enable the 'useProjectConfigFile' config setting in config/general.php.
Which I don't think it should. (I want my automated deploy to fail for these sorts of things).
Description
The craft command line tool returns 0 even when it fails because e.g. the php version is less than 7.0
This is makes my automated deploy think it has succeeded when it hasn't.
The text was updated successfully, but these errors were encountered: