ignore templates directory for test release system if it errors out

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-05 18:28:06 +02:00
parent de3c520fda
commit 50a0f49403

View File

@@ -62,7 +62,7 @@ jobs:
mv ${path}/SCALE/item.yaml catalog/test/${chartname}/
mv ${path}/SCALE/ix_values.yaml ${path}/
mv ${path}/SCALE/questions.yaml ${path}/
cp -rf ${path}/SCALE/templates/* ${path}/templates
cp -rf ${path}/SCALE/templates/* ${path}/templates || echo "ignoring templates directory..."
rm -rf ${path}/SCALE/templates
mv ${path}/values.yaml ${path}/test_values.yaml
touch ${path}/values.yaml