fix test typo

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-03 12:16:39 +02:00
parent ce83621b07
commit b52c89dab1
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ jobs:
run: |
if test -f "./charts/incubator/${{ matrix.app }}/Chart.yaml"; then
train="incubator"
else if test -f "./charts/stable/${{ matrix.app }}/Chart.yaml"; then
elif test -f "./charts/stable/${{ matrix.app }}/Chart.yaml"; then
train="stable"
elif test -f "./charts/library/${{ matrix.app }}/Chart.yaml"; then
train="library"