Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
4f0f330345
commit
96bcd4ef57
|
@ -93,7 +93,7 @@ jobs:
|
|||
# Add truechart source
|
||||
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')
|
||||
if ${container}; then
|
||||
if [ -z "$container" ]; then
|
||||
container="${container}" go-yq -i '.sources += env(container)' "${chart}/Chart.yaml"
|
||||
fi
|
||||
# Add the rest of the sources
|
||||
|
|
Loading…
Reference in New Issue