mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 19:31:23 -03:00
chore(ci): print yq version (#3345)
This commit is contained in:
1
.github/scripts/gen-docs.sh
vendored
1
.github/scripts/gen-docs.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user