Skip to content
Snippets Groups Projects
Commit cc2ebf2c authored by Tim Übelhör's avatar Tim Übelhör
Browse files

correct folder for rosdep

parent 03ac2def
No related branches found
No related tags found
1 merge request!1Gitlab ci
Pipeline #201245 passed
......@@ -10,8 +10,8 @@ variables:
before_script:
- git clone https://gitlab.com/VictorLamoine/ros_gitlab_ci.git
- source ros_gitlab_ci/gitlab-ci.bash >/dev/null catkin
- cd ${CI_PROJECT_DIR}/catkin_workspace/src
- git clone https://github.com/Tuebel/gl3w_ros.git # before ros_gitlab_ci so rosdep finds it
# before ros_gitlab_ci so rosdep finds it
- git clone https://github.com/Tuebel/gl3w_ros.git ${CI_PROJECT_DIR}/catkin_workspace/src/gl3w_ros
- echo "Using rosdep to install dependencies"
# use rosdep for dependencies
- apt-get install -qq python-rosdep python-pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment