Skip to content

Commit 15d58d5

Browse files
authored
USHIFT-6455: Revert "Use legacy server for subscription-manager in MicroShift (#73482)" (#73548)
This reverts commit e564e96.
1 parent e84858a commit 15d58d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci-operator/step-registry/openshift/microshift/includes/openshift-microshift-includes-commands.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ EOF
103103
104104
function ci_subscription_register() {
105105
# Check if the system is already registered
106-
sudo subscription-manager config --server.hostname=subscription-legacy.rhsm.redhat.com --rhsm.baseurl=https://cdn-legacy.redhat.com
107106
if sudo subscription-manager status >&/dev/null; then
108107
return 0
109108
fi

0 commit comments

Comments
 (0)