Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/env/defaults/02-infra.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ is_infra_cluster() {
echo "Can't auto-detect if the selected cluster is an infra cluster because the infractl tool is not installed."
return 1
fi
if infractl list --json | jq -r '.Clusters[].URL' | grep -q $(oc whoami --show-console); then
if infractl list --json | jq -r '.Clusters[].URL' 2>/dev/null | grep -q $(oc whoami --show-console); then
return 0
fi
fi
Expand Down
361 changes: 0 additions & 361 deletions docs/development/setup-developer-osd-cluster.md

This file was deleted.

Loading
Loading