fix oops in renovate bump ci
This commit is contained in:
@@ -51,9 +51,9 @@ jobs:
|
|||||||
train="incubator"
|
train="incubator"
|
||||||
elif test -f "./charts/library/${chart}/Chart.yaml"; then
|
elif test -f "./charts/library/${chart}/Chart.yaml"; then
|
||||||
train="library"
|
train="library"
|
||||||
elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then
|
elif test -f "./charts/dependency/${chart}/Chart.yaml"; then
|
||||||
train="dependency"
|
train="dependency"
|
||||||
elif test -f "./charts/core/${{ matrix.app }}/Chart.yaml"; then
|
elif test -f "./charts/core/${chart}/Chart.yaml"; then
|
||||||
train="core"
|
train="core"
|
||||||
else
|
else
|
||||||
train="incubator"
|
train="incubator"
|
||||||
|
|||||||
Reference in New Issue
Block a user