Skip to content

Commit 4ffd77c

Browse files
committed
update scripts.
1 parent 4e113a4 commit 4ffd77c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/offboarding.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ CLUSTER=$(yq e '.cluster[0] | downcase' ${CONFIG})
1515
NAMESPACE=$(yq e '.project-name | downcase' ${CONFIG})
1616
GROUP=$(yq e '.team-name' ${CONFIG})
1717

18-
1918
# Remove OCP Group for team being onboarded
2019
GROUP_PATH="${REPO}/cluster-scope/base/user.openshift.io/groups/${GROUP}";
2120
rm ${GROUP_PATH} -rf

0 commit comments

Comments
 (0)