[skip e2e]Remove fullstatus plugin (#13699)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-12-20 19:03:56 +08:00 committed by GitHub
parent 9fa2d757a2
commit f0093f8838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ RUN echo "Installing Packages ..." \
&& chmod 700 get_helm.sh \
&& ./get_helm.sh \
&& rm ./get_helm.sh \
&& helm plugin install https://github.com/marckhouzam/helm-fullstatus \
&& echo "Installing Docker ..." \
&& curl -fsSL "https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg" | apt-key add - \
&& add-apt-repository \