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 19e8943
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ 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
pushd "$NET_ISTIO_DIR" &>/dev/null || return 1
"${NET_ISTIO_DIR}/third_party/istio-${ISTIO_VERSION}/install-istio.sh" "${ISTIO_PROFILE}"
popd &>/dev/null || return 1
}

function knative_setup() {
Expand Down

0 comments on commit 19e8943

Please sign in to comment.