fix broken path issue and try overwrithing an existing release

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-05 18:29:55 +02:00
parent 50a0f49403
commit 0c968c092e

View File

@@ -66,7 +66,7 @@ jobs:
rm -rf ${path}/SCALE/templates
mv ${path}/values.yaml ${path}/test_values.yaml
touch ${path}/values.yaml
description=$(cat ${chart}/Chart.yaml | grep "^description: " | sed -r 's/^description: //')
description=$(cat ${path}/Chart.yaml | grep "^description: " | sed -r 's/^description: //')
echo "${description}" >> ${path}/app-readme.md
fi
done