Skip to content

Commit

Permalink
fix: yq unknown input format json
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Dec 11, 2023
1 parent 7a5e729 commit df0804a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen-permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [[ ! -f "${json}" ]]; then
fi

# removes duplicate entries, but does not merge entries
jq -c '.jenkins.permissions | unique' "${json}" | yq -P 'sort_keys(..)' -p json -o yaml -
jq -c '.jenkins.permissions | unique' "${json}" | yq -P 'sort_keys(..)' -o yaml -

0 comments on commit df0804a

Please sign in to comment.