We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ceee25 + 040d8de commit e6d5312Copy full SHA for e6d5312
.github/workflows/lava-test.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
# json with list of relative filenames to LAVA templates
39
J=$(find "${LAVA_CI}" -name '*.yaml' -print0 |
40
- jq -Rs '
+ jq --compact-output --raw-input --slurp '
41
# split null-delimited list and remove last empty item
42
split("\u0000")[:-1]
43
# remove leading "ci/lava/"
0 commit comments