fix(ci): correct mistake in renovate bump

This commit is contained in:
kjeld Schouten-Lebbing 2022-02-06 16:03:54 +01:00
parent 1836fd6c08
commit d8e103e8d7
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ jobs:
train="dependency"
elif test -f "./charts/core/${chart}/Chart.yaml"; then
train="core"
elif test -f "./charts/games/${{ matrix.app }}/Chart.yaml"; then
elif test -f "./charts/games/${chart}/Chart.yaml"; then
train="games"
elif test -f "./charts/enterprise/${{ matrix.app }}/Chart.yaml"; then
elif test -f "./charts/enterprise/${chart}/Chart.yaml"; then
train="enterprise"
else
train="incubator"