clean up a bit and fix scripts
This commit is contained in:
parent
be6aabb4eb
commit
f870853630
6 changed files with 15 additions and 6 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e pipefail
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
TMP_FEATURES_TRAILINGCOMMA=$(yq ea ".$EDITION.features" editions.yaml | sed 's/- //g' | tr '\n' ',')
|
||||
export EDITION_FEATURES=${TMP_FEATURES_TRAILINGCOMMA::-1}
|
||||
SETTINGS=$(yq ea ".$EDITION.settings" editions.yaml | yq 'keys[]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue