Skip to content

Check if EE variable is "true"

Balasankar 'Balu' C requested to merge check-if-ee-variable-is-true into master

For detecting if EE package needs to be built, we are only checking if the ee variable is set or not. That means, even if the variable's value is false, an EE package will be built. That ain't right. We should check if the variable is set to true.

Merge request reports