Update .github/workflows/update-helm-depends.yaml
This commit is contained in:
parent
8091e660f2
commit
303a448df8
1 changed files with 0 additions and 1 deletions
1
.github/workflows/update-helm-depends.yaml
vendored
1
.github/workflows/update-helm-depends.yaml
vendored
|
@ -89,7 +89,6 @@ jobs:
|
||||||
|
|
||||||
if [[ "${{ inputs.helmRepo }}" == "argocd" ]]; then
|
if [[ "${{ inputs.helmRepo }}" == "argocd" ]]; then
|
||||||
../helm dependency update ./charts/argo-cd
|
../helm dependency update ./charts/argo-cd
|
||||||
../helm dependency build ./charts/argo-cd
|
|
||||||
elif [[ "${{ inputs.helmRepo }}" == "forgejo" ]]; then
|
elif [[ "${{ inputs.helmRepo }}" == "forgejo" ]]; then
|
||||||
../helm dependency update .
|
../helm dependency update .
|
||||||
../helm dependency build .
|
../helm dependency build .
|
||||||
|
|
Loading…
Reference in a new issue