ignore templates directory for test release system if it errors out
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
mv ${path}/SCALE/item.yaml catalog/test/${chartname}/
|
mv ${path}/SCALE/item.yaml catalog/test/${chartname}/
|
||||||
mv ${path}/SCALE/ix_values.yaml ${path}/
|
mv ${path}/SCALE/ix_values.yaml ${path}/
|
||||||
mv ${path}/SCALE/questions.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
|
rm -rf ${path}/SCALE/templates
|
||||||
mv ${path}/values.yaml ${path}/test_values.yaml
|
mv ${path}/values.yaml ${path}/test_values.yaml
|
||||||
touch ${path}/values.yaml
|
touch ${path}/values.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user