diff --git a/tools/deployment/multinode/160-barbican.sh b/tools/deployment/multinode/160-barbican.sh index 85338a6136..daa5739afd 100755 --- a/tools/deployment/multinode/160-barbican.sh +++ b/tools/deployment/multinode/160-barbican.sh @@ -13,6 +13,9 @@ # under the License. set -xe +#NOTE: Lint and package chart +make barbican + #NOTE: Deploy command helm upgrade --install barbican ./barbican \ --namespace=openstack \