Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Mar 24, 2024
1 parent 770bcee commit 17f9542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/az/openshift-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo mkdir -p "$INSTALL_DIR"
sudo chown openshift:openshift "$INSTALL_DIR"

# URL="https://github.com/okd-project/okd/releases/download/4.13.0-0.okd-2023-09-30-084937/openshift-install-linux-4.13.0-0.okd-2023-09-30-084937.tar.gz"
URL="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-install-linux-$OPENSHIFT_VERSION.tar.gz"
URL="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$OPENSHIFT_VERSION/openshift-install-linux-$OPENSHIFT_VERSION.tar.gz"
if [ ! -e $DIR/openshift-install ]; then
echo "Download openshift-install"
curl -L "$URL" -o "$archive"
Expand Down

0 comments on commit 17f9542

Please sign in to comment.