From 0203c224f6963561a3c9ae23c0d464b5f1493877 Mon Sep 17 00:00:00 2001 From: jinyuan Date: Fri, 5 Mar 2021 15:47:31 +0800 Subject: [PATCH] Lint and package chart About Mistral Without this "make",It can lead to not being found when running this script. Change-Id: Ibde8f08e2b9062336b6bb2b90655e0e48104ef07 --- tools/deployment/multinode/180-mistral.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/multinode/180-mistral.sh b/tools/deployment/multinode/180-mistral.sh index 24c20e3dbf..fbc67387e0 100755 --- a/tools/deployment/multinode/180-mistral.sh +++ b/tools/deployment/multinode/180-mistral.sh @@ -13,6 +13,9 @@ # under the License. set -xe +#NOTE: Lint and package chart +make mistral + #NOTE: Deploy command helm upgrade --install mistral ./mistral \ --namespace=openstack \