提交 1f8aafd6 编写于 作者: L Lei Wang 提交者: Qi Luo

OTA: update ota-sec package to support large files.

上级 8ccc60c0
......@@ -16,7 +16,7 @@ before_script:
- if [ ! -d "${HOME}/.cache" ]; then mkdir ${HOME}/.cache; fi
- cp scripts/AGREEMENT.txt ${HOME}/.cache/.apollo_agreement.txt
script:
- ./docker/scripts/dev_start.sh dev-x86_64-v2.0.0-ci
- ./docker/scripts/dev_start.sh dev-x86_64-20180103_1300-ci
- ./apollo_docker.sh ${JOB}
- rm -rf "${HOME}/.cache/bazel/_bazel_${USER}/install"
notifications:
......
......@@ -53,7 +53,7 @@ function start_build_docker() {
}
function gen_docker() {
IMG="apolloauto/apollo:run-${MACHINE_ARCH}-v2.0.0"
IMG="apolloauto/apollo:run-${MACHINE_ARCH}-20180103_1300"
RELEASE_DIR=${HOME}/.cache/apollo_release
APOLLO_DIR="${RELEASE_DIR}/apollo"
......
......@@ -19,7 +19,7 @@
INCHINA="no"
VERSION=""
ARCH=$(uname -m)
VERSION_X86_64="dev-x86_64-v2.0.0"
VERSION_X86_64="dev-x86_64-20180103_1300"
VERSION_AARCH64="dev-aarch64-20170927_1111"
VERSION_OPT=""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册