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"