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:
Eric Van Norman 2020-05-04 08:22:50 -05:00 committed by GitHub
parent 04504db0af
commit 2099bade11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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