Skip to content
Snippets Groups Projects
Commit a0ece449 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[gitlab] Fix subdirectory for robotpkg.

parent c4c6a16c
No related branches found
Tags v0.0.4
No related merge requests found
Pipeline #
......@@ -54,9 +54,9 @@ robotpkg-roscontrol-sot-16.04:
- apt-get update
- apt-get install -y ros-kinetic-twist-mux ros-kinetic-joy-teleop ros-kinetic-moveit-ros-move-group ros-kinetic-humanoid-nav-msgs ros-kinetic-four-wheel-steering-msgs ros-kinetic-urdf-geometry-parser
script:
- cd /root/robotpkg/${CATEGORY}
- cd /root/robotpkg/wip
- git pull
- cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
- cd /root/robotpkg/wip/${ROBOTPKG}
- echo "MASTER_REPOSITORY = git ${CI_PROJECT_DIR}" >> Makefile
- echo "REPOSITORY.roscontrol-sot = git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
- echo "ACCEPTABLE_LICENSES+=pal-license" >> /opt/openrobots/etc/robotpkg.conf
......
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