Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 19, 2024
1 parent 9483389 commit 6c1e1a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion infra/az/openshift-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
archive="/tmp/openshift.tar.gz"

sudo mkdir -p "$INSTALL_DIR"
sudo chown openshift:openshift "$INSTALL_DIR"
sudo chown $USER:$USER "$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/$OPENSHIFT_VERSION/openshift-install-linux-$OPENSHIFT_VERSION.tar.gz"
Expand Down
2 changes: 0 additions & 2 deletions infra/openstack.md

This file was deleted.

0 comments on commit 6c1e1a1

Please sign in to comment.