From 2099bade114ae2813ac57125a70b4da2ab26726d Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Mon, 4 May 2020 08:22:50 -0500 Subject: [PATCH] Remove extraneous operator repo from grab_reference_docs.sh (#7212) Force merge because of netlify flakiness * Manual doc ref update * Remove extraneous operator check * Another manual update --- scripts/grab_reference_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grab_reference_docs.sh b/scripts/grab_reference_docs.sh index 8d41a58e33..630119d5f0 100755 --- a/scripts/grab_reference_docs.sh +++ b/scripts/grab_reference_docs.sh @@ -90,7 +90,7 @@ locate_file() { LEN=${#WORK_DIR} - if [[ "${REPO_URL}" != "https://github.com/istio/istio.git" && "${REPO_URL}" != "https://github.com/istio/api.git" && "${REPO_URL}" != "https://github.com/istio/operator.git" && "${REPO_URL}" != "https://github.com/istio/proxy.git" ]]; then + if [[ "${REPO_URL}" != "https://github.com/istio/istio.git" && "${REPO_URL}" != "https://github.com/istio/api.git" && "${REPO_URL}" != "https://github.com/istio/proxy.git" ]]; then sed -i -e 's/layout: protoc-gen-docs/layout: partner-component/g' "${ROOTDIR}/content/en/docs${PP}/${FN}/index.html" fi