diff --git a/build__all.sh b/build__all.sh index 7118f35..2dcbd69 100755 --- a/build__all.sh +++ b/build__all.sh @@ -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