Skip to content

Commit

Permalink
Docker: remove deprecated CYBER_ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku committed Oct 29, 2020
1 parent 94ce3a6 commit 571313b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .teamcity/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function setup_devices_and_mount_local_volumes() {

[ -d "${CACHE_ROOT_DIR}" ] || mkdir -p "${CACHE_ROOT_DIR}"

source "${APOLLO_ROOT_DIR}/scripts/apollo_base.sh" CYBER_ONLY
source "${APOLLO_ROOT_DIR}/scripts/apollo_base.sh"
setup_device

local volumes="-v $APOLLO_ROOT_DIR:/apollo"
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 @@ -261,7 +261,7 @@ function setup_devices_and_mount_local_volumes() {

[ -d "${CACHE_ROOT_DIR}" ] || mkdir -p "${CACHE_ROOT_DIR}"

source "${APOLLO_ROOT_DIR}/scripts/apollo_base.sh" CYBER_ONLY
source "${APOLLO_ROOT_DIR}/scripts/apollo_base.sh"
setup_device

local volumes="-v $APOLLO_ROOT_DIR:/apollo"
Expand Down

0 comments on commit 571313b

Please sign in to comment.