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,9 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e pipefail
|
||||
set -euo pipefail
|
||||
|
||||
SETTINGS=$(yq ea "." editions.yaml | yq 'keys[]')
|
||||
IFS=$'\n'
|
||||
while IFS=$'\n' read -r EDITION; do
|
||||
export EDITION
|
||||
./check-edition.sh $EDITION
|
||||
done <<< "$SETTINGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue