From bf17fd5e3676061d85b58f59ea30e1cfa09b1439 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 11 Nov 2022 10:22:11 +0100 Subject: [PATCH] fix(ci): use correct shell for docker update sync/bump --- .github/workflows/renovate-bump.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index b66433fda32..d07567c4d9f 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -41,7 +41,9 @@ jobs: - 'charts/games/**' - name: Filter filter-output run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json - - name: Bump + + - name: Bump and Sync + shell: bash run: | # Designed to ensure the appversion in Chart.yaml is in sync with the primary Chart tag if found # Also makes sure that home link is pointing to the correct url @@ -87,7 +89,6 @@ jobs: } export -f sync_tag - # The actual script APPS=$(jq --raw-output '.changed_files | fromjson | .[] |= sub("(?(?(?[\/]?)[^\/]+\/)(?(?[\/]?)[^\/]+\/)(?(?[\/]?)[^\/]+)(?.+))"; "\(.third_directory)") | unique' changes.json | jq -r '.[]') echo "changed apps: ${APPS[*]}"