Skip to content

Commit

Permalink
Install clusteradm v0.6.0 (#604)
Browse files Browse the repository at this point in the history
Install a specific version of clusteradm as v0.7.0 has a regression.
  • Loading branch information
qbarrand authored Oct 12, 2023
1 parent 70d3993 commit b4707be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/prow/e2e-hub-spoke-incluster-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
set -euxo pipefail

# Install the `clusteradm` command
curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/main/install.sh | bash
curl -LO https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/v0.6.0/install.sh
chmod +x install.sh
./install.sh 0.6.0

export MINIKUBE=minikube
export OPERATOR_NAMESPACE=kmm-operator-system
Expand Down

0 comments on commit b4707be

Please sign in to comment.