Skip to content
Snippets Groups Projects
Commit 6b8de80e authored by Maximilien Naveau's avatar Maximilien Naveau Committed by Olivier Stasse
Browse files

[CI] update the path to the ROS worskspace

parent 8141a708
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,8 @@ jobs: ...@@ -35,7 +35,8 @@ jobs:
- name: Clone dependencies in the current workspace. - name: Clone dependencies in the current workspace.
shell: bash shell: bash
run: | run: |
cd ${{ steps.ros_install.outputs.ros-workspace-directory-name }}/src mkdir -p /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
cd /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git
# #
......
...@@ -34,7 +34,8 @@ jobs: ...@@ -34,7 +34,8 @@ jobs:
- name: Clone dependencies in the current workspace. - name: Clone dependencies in the current workspace.
shell: bash shell: bash
run: | run: |
cd ${{ steps.ros_install.outputs.ros-workspace-directory-name }}/src mkdir -p /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
cd /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git
# #
......
...@@ -34,7 +34,8 @@ jobs: ...@@ -34,7 +34,8 @@ jobs:
- name: Clone dependencies in the current workspace. - name: Clone dependencies in the current workspace.
shell: bash shell: bash
run: | run: |
cd ${{ steps.ros_install.outputs.ros-workspace-directory-name }}/src mkdir -p /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
cd /home/runner/work/dynamic_graph_bridge/dynamic_graph_bridge/ros_ws/src
git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git git clone --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment