add checking of account level on proxy
This commit is contained in:
parent
6ff9b33966
commit
f8e887496f
4 changed files with 90 additions and 37 deletions
|
|
@ -3,6 +3,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
TMP_FEATURES_TRAILINGCOMMA=$(yq ea ".$EDITION.features" editions.yaml | sed 's/- //g' | tr '\n' ',')
|
||||
echo "tmpfeatures: $TMP_FEATURES_TRAILINGCOMMA"
|
||||
export EDITION_FEATURES=${TMP_FEATURES_TRAILINGCOMMA::-1}
|
||||
SETTINGS=$(yq ea ".$EDITION.settings" editions.yaml | yq 'keys[]')
|
||||
IFS=$'\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue