Use older rule for IOS_CREATE_APP
As part of the restructure work that was done in https://gitlab.builder.ai/public-tools/deploy-templates/-/merge_requests/377, the rules for IOS_CREATE_APP
was changed from IOS_CREATE_APP == "true"
-> IOS_CREATE_APP != null
. This was primarily done to match the behaviour of other similar variables: BX_METRICS_SCAN
and COMPLIANCE_SCAN
.
This has caused problems in repos where IOS_CREATE_APP
is set at the project level as false
.
Edited by Waquid Valiya Peedikakkal