Skip to content

Commit

Permalink
Fix net-istio test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 23, 2024
1 parent c3fb13a commit b0197a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ 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}

kubectl apply -f ${NET_ISTIO_DIR}/third_party/istio-latest/${ISTIO_PROFILE%%.*}/istio.yaml
}

function knative_setup() {
Expand Down

0 comments on commit b0197a1

Please sign in to comment.