Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liswang89 committed Jan 1, 2025
1 parent 0f93db8 commit f856031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/build/install_idp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f856031

Please sign in to comment.