Skip to content

Commit

Permalink
Add libgstreamer and plugin package into docker. (ApolloAuto#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglei828 authored and startcode committed Oct 10, 2017
1 parent 6bb58c9 commit 8121d11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-20170919_1658-ci
- ./docker/scripts/dev_start.sh dev-x86_64-20171010_1541-ci
- ./apollo_docker.sh ${JOB}
- rm -rf "${HOME}/.cache/bazel/_bazel_${USER}/install"
notifications:
Expand Down
2 changes: 1 addition & 1 deletion apollo_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function start_build_docker() {
}

function gen_docker() {
IMG="apolloauto/apollo:run-${MACHINE_ARCH}-20170926_1848"
IMG="apolloauto/apollo:run-${MACHINE_ARCH}-20171010_1541"
RELEASE_DIR=${HOME}/.cache/release
RELEASE_NAME="${DOCKER_REPO}:release-${MACHINE_ARCH}-${TIME}"
DEFAULT_NAME="${DOCKER_REPO}:release-${MACHINE_ARCH}-latest"
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/dev_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

VERSION=""
ARCH=$(uname -m)
VERSION_X86_64="dev-x86_64-20170926_1848"
VERSION_X86_64="dev-x86_64-20171010_1541"
VERSION_AARCH64="dev-aarch64-20170927_1111"
if [[ $# == 1 ]];then
VERSION=$1
Expand Down

0 comments on commit 8121d11

Please sign in to comment.