Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Jul 19, 2024
1 parent c1b7c4b commit 8bfe7f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ function install_istio() {
echo ">> Installing Istio"
echo "Istio version: ${ISTIO_VERSION}"
echo "Istio profile: ${ISTIO_PROFILE}"
${NET_ISTIO_DIR}/third_party/istio-${ISTIO_VERSION}/install-istio.sh ${ISTIO_PROFILE}

# TODO: Hack to walkaround knative-extensions/net-istio#1345
cd "$NET_ISTIO_DIR" || return 1
"${NET_ISTIO_DIR}/third_party/istio-${ISTIO_VERSION}/install-istio.sh" "${ISTIO_PROFILE}"
}

function knative_setup() {
Expand Down

0 comments on commit 8bfe7f1

Please sign in to comment.