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:
parent
8fd01ba3f5
commit
e19d08d3cc
|
@ -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
|
||||
|
|
Reference in New Issue