From c095243be6130535321eb946113d3d9b6b2765bb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 1 Feb 2023 18:26:30 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 8b812376f1b..71fde59ad87 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -87,7 +87,7 @@ jobs: echo "Attempting to update sources of ${chartname}..." echo "Using go-yq verion: <$(go-yq -V)>" # Get all sources (except truecharts) - curr_sources=$(go-yq '.sources[] | select(. != "https://github.com/truecharts*")' | select(. != "https://hub.docker*")' | select(. != "https://ghcr*")' | select(. != "https://quay*")' | select(. != "https://github.com/truecharts/containers*")' "${chart}/Chart.yaml") + curr_sources=$(go-yq '.sources[] | select(. != "https://github.com/truecharts*") | select(. != "https://hub.docker*") | select(. != "https://ghcr*") | select(. != "https://quay*") | select(. != "https://github.com/truecharts/containers*")' "${chart}/Chart.yaml") # Empty sources list in-place go-yq -i 'del(.sources.[])' "${chart}/Chart.yaml # Add truechart source