fix chart diff check and add badge

This commit is contained in:
Jeff Billimek 2019-08-04 21:29:20 -04:00
parent 950e912b1e
commit 6d6c119b4b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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