From b5f086e54401be2329540a13df765f67a1b48898 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:03:35 +0300 Subject: [PATCH] chore(ci): print yq version (#3345) --- .github/scripts/gen-docs.sh | 1 + tools/build-release.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/scripts/gen-docs.sh b/.github/scripts/gen-docs.sh index 6f7e31af9f6..84896b873cc 100755 --- a/.github/scripts/gen-docs.sh +++ b/.github/scripts/gen-docs.sh @@ -33,6 +33,7 @@ sync_tag() { echo "Updating home of ${chartname}..." sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/docs\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml" echo "Updating sources of ${chartname}..." + yq -V # Get all sources (except truecharts) curr_sources=$(yq '.sources[] | select(. != "https://github.com/truecharts*")' "${chart}/Chart.yaml") echo "${chartname}: $curr_sources" diff --git a/tools/build-release.sh b/tools/build-release.sh index 7fc9b36e4a0..1d74d633e53 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -302,6 +302,7 @@ sync_tag() { echo "Updating home of ${chartname}..." sed -i -e "s|home: .*|home: https:\/\/truecharts.org\/docs\/charts\/${train}\/${chartname}|" "${chart}/Chart.yaml" echo "Updating sources of ${chartname}..." + yq -V # Get all sources (except truecharts) curr_sources=$(yq '.sources[] | select(. != "https://github.com/truecharts*")' "${chart}/Chart.yaml") echo "${chartname}: $curr_sources"