From 7ba19c66af0f81df40ec88ce40bb544e4daaf942 Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Mon, 11 Jan 2021 16:32:30 -0800 Subject: [PATCH] Adds minio explicitly for publishing. Signed-off-by: Vlad Losev --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e08161d4..eef2b982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ jobs: - run: git config --global user.name "Circle CI Build" - checkout - run: helm repo add stable https://charts.helm.sh/stable + - run: helm repo add minio https://helm.min.io/ # Only actually publish charts on master. - run: | set -x