Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
|||||||
# Add truechart source
|
# Add truechart source
|
||||||
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
|
tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml"
|
||||||
container=$(cat website/docs/charts/description_list.md | grep "${chartname}" | cut -f3 -d '|' | grep -v 'Not Found')
|
container=$(cat website/docs/charts/description_list.md | grep "${chartname}" | cut -f3 -d '|' | grep -v 'Not Found')
|
||||||
if ${container}; then
|
if [ -z "$container" ]; then
|
||||||
container="${container}" go-yq -i '.sources += env(container)' "${chart}/Chart.yaml"
|
container="${container}" go-yq -i '.sources += env(container)' "${chart}/Chart.yaml"
|
||||||
fi
|
fi
|
||||||
# Add the rest of the sources
|
# Add the rest of the sources
|
||||||
|
|||||||
Reference in New Issue
Block a user