chore(ci): print yq version (#3345)

This commit is contained in:
Stavros Kois
2022-07-29 20:03:35 +03:00
committed by GitHub
parent f94ed1d2a5
commit b5f086e544
2 changed files with 2 additions and 0 deletions

View File

@@ -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"