Skip to content

Commit

Permalink
Fix to build-all logic (#1959)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr authored Sep 27, 2023
1 parent ad86f0b commit d57ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "providers=$(echo -n $build | jq -Rsc 'split(" ")')" >> $GITHUB_OUTPUT
if [[ ${{ github.event.inputs.build_all }} == 'true' ]]; then
if [[ ${{ github.event.inputs.build_all }} ]]; then
echo "Forced build of all providers"
printf '%s\n' "${providers[@]}" | jq -R . | jq -sc . > providers.json
echo "providers=$(cat providers.json)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d57ad05

Please sign in to comment.