Adds minio explicitly for publishing.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
22b3ec1ddc
commit
7ba19c66af
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- run: git config --global user.name "Circle CI Build"
|
- run: git config --global user.name "Circle CI Build"
|
||||||
- checkout
|
- checkout
|
||||||
- run: helm repo add stable https://charts.helm.sh/stable
|
- 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.
|
# Only actually publish charts on master.
|
||||||
- run: |
|
- run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in a new issue