Adds minio explicitly for publishing.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-01-11 16:32:30 -08:00
parent 22b3ec1ddc
commit 7ba19c66af
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -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