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.
1 parent 31d28d0 commit 68354d4Copy full SHA for 68354d4
.github/workflows/linux-eic-shell.yml
@@ -36,10 +36,10 @@ jobs:
36
# Collect all config names from all YAMLs, one per line
37
CONFIGS="$(
38
for config in configurations/*.yml; do
39
- ./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
+ ./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
40
done | sort -u
41
)"
42
-
+
43
# CSV
44
CONFIGS_CSV="$(echo "$CONFIGS" | paste -sd, -)"
45
# JSON
0 commit comments