Skip to content

Commit 2e0b8a6

Browse files
mprahlopenshift-merge-robot
authored andcommitted
Remove a workaround in the Makefile
This can be removed since the following PR was merged: open-cluster-management-io/registration-operator#266 Signed-off-by: mprahl <[email protected]>
1 parent e483e78 commit 2e0b8a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ REGISTRATION_OPERATOR = $(PWD)/.go/registration-operator
190190
$(REGISTRATION_OPERATOR):
191191
@mkdir -p .go
192192
git clone --depth 1 https://github.com/open-cluster-management-io/registration-operator.git .go/registration-operator
193-
# A workaround for https://github.com/open-cluster-management-io/registration-operator/pull/266
194-
sed -i 's/-e "s,mode: Default,mode: Detached,"/-e "s,mode: Default,mode: Detached," -e "s,cluster1,$$(MANAGED_CLUSTER_NAME),"/' .go/registration-operator/Makefile
195193

196194
.PHONY: kind-deploy-registration-operator-hub
197195
kind-deploy-registration-operator-hub: $(REGISTRATION_OPERATOR) $(KIND_KUBECONFIG) ## Deploy the ocm registration operator to the kind cluster.

0 commit comments

Comments
 (0)