Remove operator from `make update-all` (#5723)

We will hopefully transition to a GCS bucket plan as the current model
is not very maintainable and the GCS model (if it works) should be superior.

For master and 1.4.
This commit is contained in:
Istio Automation 2019-11-15 09:01:46 -08:00 committed by GitHub
parent 3d1e5c7fd1
commit 5ee95b600d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ update_operator_yamls:
update_examples: update_examples:
@scripts/grab_examples.sh $(SOURCE_BRANCH_NAME) @scripts/grab_examples.sh $(SOURCE_BRANCH_NAME)
update_all: update_ref_docs update_operator_yamls update_examples update_all: update_ref_docs update_examples
include common/Makefile.common.mk include common/Makefile.common.mk