Skip to content

Commit

Permalink
Merge pull request #208 from CMU-cabot/ishihara/fix-build-workspace
Browse files Browse the repository at this point in the history
do not build debug image from cabot directory to prevent skipping build ros2_ws
  • Loading branch information
daisukes authored Jan 31, 2025
2 parents eda2408 + 331dd40 commit 20caf67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bake-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ while getopts "hb:ilP:t:a" arg; do
tags=${OPTARG}
;;
a)
services="bag navigation localization debug map_server location_tools"
services="bag navigation localization map_server location_tools"
;;
esac
done
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ services:
profiles:
- build

debug:
extends:
file: cabot-navigation/docker-compose-debug.yaml
service: debug
profiles:
- build

map_server:
extends:
file: cabot-navigation/docker-compose.yaml
Expand Down

0 comments on commit 20caf67

Please sign in to comment.