From 8c4639a7960299a33f2a4f8948269f3d51a76ed8 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 13 May 2024 00:33:32 +0300 Subject: [PATCH] reduce logging --- .github/scripts/frontmatter.sh | 4 ++-- charts/incubator/flashpaper/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/frontmatter.sh b/.github/scripts/frontmatter.sh index 88c6775ba55..78978e822ff 100755 --- a/.github/scripts/frontmatter.sh +++ b/.github/scripts/frontmatter.sh @@ -26,12 +26,12 @@ echo "Checking front matter" if ! grep -q "^---$" "$file_path"; then echo "Front matter (start) not found, adding it" # Dont trace content, as its usually too large - [ "$DEBUG" ] && set +x + [ "$DEBUG" == "true" ] && set +x content=$(cat "$file_path") echo -e "---\n" >"$file_path" echo -e "---\n" >>"$file_path" echo "$content" >>"$file_path" - [ "$DEBUG" ] && set -x + [ "$DEBUG" == "true" ] && set -x fi # Get the title from the front matter diff --git a/charts/incubator/flashpaper/Chart.yaml b/charts/incubator/flashpaper/Chart.yaml index bf104725a30..180c536681d 100644 --- a/charts/incubator/flashpaper/Chart.yaml +++ b/charts/incubator/flashpaper/Chart.yaml @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper - https://ghcr.io/andrewpaglusch/flashpaper type: application -version: 2.0.5 +version: 2.0.6