Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for MDBF-746 - quickBuild builders always ran Galera
- by MDBF-736 a bug was introduced so the condition hasGalera and compile_step_completed was always evaluated to True because it will check that hasGalera it's a valid reference (TRUE) instead of calling it - now doStepIf receives a lambda function that is evaluated at runtime so hasGalera can return True/False based on the builder name if it's in the builders_galera_mtr list
- Loading branch information