提交 1b7d7f7e 编写于 作者: A Aaron Xiao 提交者: Liu Jiaming

Scripts: Specify noninteractive to apollo_config.sh explicitly.

上级 9d6f63a1
......@@ -80,7 +80,7 @@ function apollo_env_setup() {
info "${TAB}APOLLO_ENV: ${APOLLO_ENV} USE_GPU=${USE_GPU}"
if [ ! -f "${APOLLO_ROOT_DIR}/.apollo.bazelrc" ]; then
env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_config.sh" "$@"
env ${APOLLO_ENV} bash "${APOLLO_ROOT_DIR}/scripts/apollo_config.sh" --noninteractive
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册