add some more verbosity

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-24 14:00:17 +02:00
parent 66a7f4f1ba
commit 362516c909
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 3 additions and 3 deletions

View File

@ -273,7 +273,7 @@ jobs:
rm -Rf catalog/${train}/${chartname}/${maxchartversion} || echo "Chart release ${chartname} with version ${maxchartversion} does not exist yet... Skipping..."
rm -Rf catalog/${train}/${chartname}/item.yaml || echo "No old catalog item.yaml found for ${chartname}"
else
echo "Skipping chart, no correct SCALE compatibility layer detected"
echo "Skipping chart ${chart}, no correct SCALE compatibility layer detected"
fi
done
done
@ -307,7 +307,7 @@ jobs:
description=$(cat ${chart}/Chart.yaml | grep "^description: " | sed -r 's/^description: //')
echo "${description}" >> ${chart}/app-readme.md
else
echo "Skipping chart, no correct SCALE compatibility layer detected"
echo "Skipping chart ${chart}, no correct SCALE compatibility layer detected"
fi
done
done
@ -324,7 +324,7 @@ jobs:
cp -Rf ${chart}/* catalog/${train}/${chartname}/${maxchartversion}/
mv catalog/${train}/${chartname}/${maxchartversion}/item.yaml catalog/${train}/${chartname}/item.yaml
else
echo "Skipping, chart does not contain SCALE compatibility layer..."
echo "Skipping, chart ${chart} does not contain SCALE compatibility layer..."
fi
done
done