Skip to content

Commit

Permalink
ci: bop
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jan 25, 2024
1 parent a48b754 commit 1c727bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:

- name: Find recipe.yaml files
run: |
echo $(jq --version)
echo $(echo '["custom-recipes/recipes/damnit/qscintilla-version.patch","custom-recipes/recipes/damnit/recipe.yaml","custom-recipes/recipes/mpl-pan-zoom/recipe.yaml"]' | jq -c '[.[] | match("custom-recipes/recipes/([^/]*)/recipe.yaml") | .captures | .[].string]')
changed=$(jq -c '[.[] | match("custom-recipes/recipes/([^/]*)/recipe.yaml") | .captures | .[].string]' <<< '${{steps.changed.outputs.added_modified}}')
changed=$(echo $changed | sed "s/\"//g")
echo matrix=$changed
echo matrix=$changed >> "$GITHUB_OUTPUT"
echo "matrix=$changed" >> "$GITHUB_OUTPUT"
build:
needs: find-recipes
Expand Down

0 comments on commit 1c727bb

Please sign in to comment.