Skip to content

Commit

Permalink
Merge pull request #183 from SubstraFoundation/harmonize-chart-url
Browse files Browse the repository at this point in the history
fix: harmonize chart url by removing  extra '/'
  • Loading branch information
Kelvin-M authored Apr 1, 2021
2 parents fda6125 + 2e2dadf commit 9af72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def wait_for_cluster():
def setup_helm():
print('\n# Setup Helm')
call('helm repo add stable https://charts.helm.sh/stable')
call('helm repo add owkin https://owkin.github.io/charts/')
call('helm repo add owkin https://owkin.github.io/charts')
call('helm repo add bitnami https://charts.bitnami.com/bitnami')


Expand Down

0 comments on commit 9af72bd

Please sign in to comment.