fix CI typo and bump again

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-14 15:50:39 +02:00
parent e1d26bd589
commit 30c50855e9
358 changed files with 359 additions and 359 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ sync_helmignore() {
local train="$3"
local chartversion="$4"
echo "Attempting to sync HelmIgnore file for: ${chartname}"
rm -rf ${chart}/.helmingore
cp templates/app/.helmingore ${chart}/
rm -rf ${chart}/.helmignore
cp templates/app/.helmignore ${chart}/
}
export -f sync_helmignore