Skip to content

Commit

Permalink
rename-sandbox (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhadas authored Aug 2, 2023
1 parent 0e5afae commit cb9d30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function install_istio() {
(
cd $NET_ISTIO_DIR \
&& git init \
&& git remote add origin https://github.com/knative-sandbox/net-istio.git \
&& git remote add origin https://github.com/knative-extensions/net-istio.git \
&& git fetch --depth 1 origin $LATEST_NET_ISTIO_RELEASE_VERSION \
&& git checkout FETCH_HEAD
)
Expand Down Expand Up @@ -88,7 +88,7 @@ function knative_setup() {
# Serving and Net-Istio versions may differ on patch lvl
start_knative_serving "https://storage.googleapis.com/knative-releases/serving/previous/v${serving_version}/serving-crds.yaml" \
"https://storage.googleapis.com/knative-releases/serving/previous/v${serving_version}/serving-core.yaml" \
"https://storage.googleapis.com/knative-releases/net-istio/previous/v$(get_latest_release_version "knative-sandbox" "net-istio")/net-istio.yaml"
"https://storage.googleapis.com/knative-releases/net-istio/previous/v$(get_latest_release_version "knative-extensions" "net-istio")/net-istio.yaml"
fi

if ! is_ingress_class istio; then
Expand Down

0 comments on commit cb9d30f

Please sign in to comment.