build__all.sh: bugfix start

- export general env vars to ensure they are used by the pilots
- pull repos before start
This commit is contained in:
pedro 2024-01-24 14:48:08 +01:00
parent 8fd01ba3f5
commit e19d08d3cc
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ set -u
set -x
main() {
action="${action:-deploy}"
export deployment='prod'
./pull-repos.sh
export action="${action:-deploy}"
export deployment="${deployment:-prod}"
./build__pilot-xo9b.sh
./build__pilot-setem.sh
./build__pilot-lafede.sh