mirror of https://github.com/istio/istio.io.git
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:
parent
3d1e5c7fd1
commit
5ee95b600d
|
@ -63,7 +63,7 @@ update_operator_yamls:
|
|||
update_examples:
|
||||
@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
|
||||
|
||||
|
|
Loading…
Reference in New Issue