diff --git a/ods_ci/build/install_idp.sh b/ods_ci/build/install_idp.sh index e71edf708..b34200a63 100755 --- a/ods_ci/build/install_idp.sh +++ b/ods_ci/build/install_idp.sh @@ -259,7 +259,7 @@ function create_groups_and_assign_users(){ groups=($groups) for group in "${groups[@]}"; do if [[ $group == *"dedicated-admins"* ]]; then - if [ "${USE_OCM_IDP}" -eq 1 ] + if [ "${USE_OCM_IDP}" -eq 0 ] then add_users_to_ocm_dedicated_admins $prefix continue