Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 2, 2023
1 parent c7fd502 commit 9f171ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ source $WORKSPACE/devel/setup.bash

## | ---------------- clone the tested package ---------------- |

cd $WORKSPACE/src

echo "$0: cloning the package"

# clone and checkout
Expand All @@ -56,8 +58,6 @@ echo "$THIS_TEST_REPOS" | while IFS= read -r REPO; do

done

cd $WORKSPACE/src

echo "$0: installing rosdep dependencies"

rosdep install --from-path .
Expand Down

0 comments on commit 9f171ec

Please sign in to comment.