Skip to content

Commit

Permalink
Fix e2e fail.
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <zxue@redhat.com>
  • Loading branch information
xuezhaojun committed Oct 23, 2024
1 parent cef39a4 commit c1467fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build-e2e:

deploy-ocm:
curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/main/install.sh | INSTALL_DIR=$(PWD) bash
$(PWD)/clusteradm init --output-join-command-file join.sh --wait
$(PWD)/clusteradm init --bundle-version="latest" --output-join-command-file join.sh --wait
echo " loopback --force-internal-endpoint-lookup" >> join.sh && sh join.sh
$(PWD)/clusteradm accept --clusters loopback --wait 30
$(KUBECTL) wait --for=condition=ManagedClusterConditionAvailable managedcluster/loopback
Expand Down

0 comments on commit c1467fa

Please sign in to comment.