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
|
set -x
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
action="${action:-deploy}"
|
./pull-repos.sh
|
||||||
export deployment='prod'
|
|
||||||
|
export action="${action:-deploy}"
|
||||||
|
export deployment="${deployment:-prod}"
|
||||||
./build__pilot-xo9b.sh
|
./build__pilot-xo9b.sh
|
||||||
./build__pilot-setem.sh
|
./build__pilot-setem.sh
|
||||||
./build__pilot-lafede.sh
|
./build__pilot-lafede.sh
|
||||||
|
|
Reference in New Issue