fix(ci): fix release pipeline again

This commit is contained in:
Kjeld Schouten
2024-02-21 01:34:10 +01:00
parent f3444e8d40
commit bfb4891471
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ set -o nounset
set -o pipefail
patch_apps() {
local chart="$1"
local chartname="$2"
local train="$3"
local chartversion="$4"
local target="catalog/${train}/${chartname}/${chartversion}"
# Copy changelog from website
if [[ ! -f "website/docs/charts/${train}/${chartname}/CHANGELOG.md" ]]; then
touch "website/docs/charts/${train}/${chartname}/CHANGELOG.md"