Skip to content

Commit

Permalink
Remove unneeded if
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Dec 17, 2024
1 parent 8e65b65 commit 044d38e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hack/create-dev-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ capz::util::generate_ssh_key

echo "================ DOCKER BUILD ==============="
PULL_POLICY=IfNotPresent make modules docker-build docker-push
# TODO: add a check for AKS vs kind
if [ -v "${USE_AKS_MANAGEMENT_CLUSTER}" ]; then
PULL_POLICY=IfNotPresent make docker-push
fi

setup() {
echo "================ MAKE CLEAN ==============="
Expand Down

0 comments on commit 044d38e

Please sign in to comment.