build_torcx_store: initialize upload options

This commit is contained in:
David Michael 2017-06-17 18:01:21 -07:00
parent 849af767a6
commit 0cea6cb590

View File

@ -47,6 +47,9 @@ eval set -- "${FLAGS_ARGV}"
# so will die prematurely if 'switch_to_strict_mode' is specified before now.
switch_to_strict_mode
# Initialize upload options
check_gsutil_opts
# Define BUILD_DIR and set_build_symlinks.
. "${BUILD_LIBRARY_DIR}/toolchain_util.sh" || exit 1
. "${BUILD_LIBRARY_DIR}/board_options.sh" || exit 1