mirror of https://github.com/istio/istio.io.git
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
This commit is contained in:
parent
04504db0af
commit
2099bade11
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue