mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 17:38:04 +02:00
Fix helm ci
This commit is contained in:
1
.github/workflows/helm.yml
vendored
1
.github/workflows/helm.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
helm package ./opengist
|
helm package ./opengist
|
||||||
|
|
||||||
# First time, create the index
|
# First time, create the index
|
||||||
|
wget -q https://helm.opengist.io/index.yaml
|
||||||
if [ ! -f index.yaml ]; then
|
if [ ! -f index.yaml ]; then
|
||||||
helm repo index --url https://helm.opengist.io .
|
helm repo index --url https://helm.opengist.io .
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user