Skip to content

Commit

Permalink
Update daily.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
Kjeld Schouten authored Nov 21, 2023
1 parent 22f2f49 commit a23b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
echo "Correcting Chart.yaml for Train: ${train}..."
for chart in $(ls "charts/${train}"); do
echo "Correcting Chart.yaml for Chart: ${chart}..."
sync_tag "charts/${train}/${chart}" "${chart}" "${train}"
sync_tag "charts/${train}/${chart}" "${chart}" "${train}" || echo "failed"
done
done
Expand Down

0 comments on commit a23b3ba

Please sign in to comment.