Skip to content

Commit

Permalink
Docker: Save docker volume dependency info into meta.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq authored and Capri2014 committed Apr 3, 2019
1 parent b7b8cd5 commit 64a2dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ function release() {
echo "git_commit: $(git rev-parse HEAD)" >> $META
echo "car_type: LINCOLN.MKZ" >> $META
echo "arch: ${MACHINE_ARCH}" >> $META
echo "LOCALIZATION_VOLUME_IMAGE: ${LOCALIZATION_VOLUME_IMAGE}" >> $META
echo "YOLO3D_VOLUME_IMAGE: ${YOLO3D_VOLUME_IMAGE}" >> $META
}

function gen_coverage() {
Expand Down

0 comments on commit 64a2dd2

Please sign in to comment.