fix(Apps): fix previous SCALE bugfix not correctly being applied

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-19 12:46:12 +02:00
parent 78ff1b2aec
commit 69d69b1f54
142 changed files with 283 additions and 283 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ patch_apps() {
rm -rf ${target}/CHANGELOG.md 2>/dev/null || :
mv ${target}/app-changelog.md ${target}/CHANGELOG.md 2>/dev/null || :
# Temporary fix to prevent the UI from bugging out on 21.08
mv ${target}/values.yaml ${target}/ 2>/dev/null || :
mv ${target}/values.yaml ${target}/ix_values.yaml 2>/dev/null || :
touch ${target}/values.yaml
# mv ${target}/SCALE/ix_values.yaml ${target}/ 2>/dev/null || :
mv ${target}/SCALE/questions.yaml ${target}/ 2>/dev/null || :