mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
fix chart diff check and add badge
This commit is contained in:
parent
950e912b1e
commit
6d6c119b4b
@ -40,7 +40,7 @@ main() {
|
||||
echo "Identifying changed charts since tag '$latest_tag'..."
|
||||
|
||||
local changed_charts=()
|
||||
readarray -t changed_charts <<< "$(git diff --find-renames --name-only "$latest_tag_rev" -- . | cut -d '/' -f 1 | uniq)"
|
||||
readarray -t changed_charts <<< "$(git diff --find-renames --name-only "$latest_tag_rev" -- [a-zA-Z0-9]* | cut -d '/' -f 1 | uniq)"
|
||||
|
||||
if [[ -n "${changed_charts[*]}" ]]; then
|
||||
for chart in "${changed_charts[@]}"; do
|
||||
|
@ -1,4 +1,4 @@
|
||||
[![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/billimek/billimek-charts)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/billimek/billimek-charts)
|
||||
[![CircleCI](https://circleci.com/gh/billimek/billimek-charts.svg?style=svg)](https://circleci.com/gh/billimek/billimek-charts)
|
||||
|
||||
# Collection of helm charts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user