Skip to content

Commit

Permalink
bringup-demo: Don't squelch datagen errors
Browse files Browse the repository at this point in the history
At the cost of decreased parallelism.
  • Loading branch information
gregordick committed Jan 6, 2025
1 parent c12e8aa commit 83e2c73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/bringup/mk-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ datagen() {
}

for rubric in divino rubricarum; do
datagen $rubric propers propers/latin.yaml &
datagen $rubric propers propers/english.yaml --language="English" &
datagen $rubric generic calendar.yaml &
wait
datagen $rubric propers propers/latin.yaml
datagen $rubric propers propers/english.yaml --language="English"
datagen $rubric generic calendar.yaml
done

0 comments on commit 83e2c73

Please sign in to comment.