Skip to content

Commit

Permalink
Update build-and-test.sh
Browse files Browse the repository at this point in the history
Remove temporary checkout of utils branch
  • Loading branch information
andermi authored Sep 7, 2023
1 parent 1927170 commit 13e7708
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ cp -r $GITHUB_WORKSPACE $COLCON_WS_SRC
wget https://raw.githubusercontent.com/osrf/mbari_wec/main/mbari_wec_all.yaml
vcs import --skip-existing < mbari_wec_all.yaml

cd mbari_wec_utils
git checkout andermi/incoming_wave_service
cd ..

rosdep init
rosdep update
rosdep install --from-paths ./ -i -y -r --rosdistro $ROS_DISTRO
Expand Down

0 comments on commit 13e7708

Please sign in to comment.