Skip to content

Commit

Permalink
remove submodule, add during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Oct 2, 2024
1 parent dca87b1 commit ed8f541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
shell: bash
run: |
source /opt/ros/${{ github.event.pull_request.base.ref == 'main' && 'humble' || github.event.pull_request.base.ref }}/setup.bash
git clone https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
cd nav2_minimal_turtlebot_simulation
git checkout f4eefd049359b3f0becabd7a0870005f4140ec08
cd ..
colcon build --continue-on-error
source install/setup.bash
- name: Cache Build
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "dependencies/nav2_minimal_turtlebot_simulation"]
path = dependencies/nav2_minimal_turtlebot_simulation
url = https://github.com/ros-navigation/nav2_minimal_turtlebot_simulation.git
1 change: 0 additions & 1 deletion dependencies/nav2_minimal_turtlebot_simulation
Submodule nav2_minimal_turtlebot_simulation deleted from f4eefd

0 comments on commit ed8f541

Please sign in to comment.