fix(ci): forgot to push a description change

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-19 13:53:56 +02:00
parent 356b0e1dee
commit 3feedd2a65

View File

@@ -223,7 +223,7 @@ patch_apps() {
# Generate SCALE App description file
cat ${target}/Chart.yaml | yq .description -r >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "This App is supplied by TrueCharts, for more information visit https://truecharts.org" >> ${target}/app-readme.md
echo "This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/${train}/${chartname}" >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md
echo "---" >> ${target}/app-readme.md
echo "" >> ${target}/app-readme.md