Skip to content

Commit

Permalink
Updated Dockerfile with new repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopaniego committed Sep 29, 2023
1 parent 86171a1 commit d0a17aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .docker/noetic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ RUN cd /root/ && \
pyrcc5 -o behavior_metrics/ui/gui/resources/resources.py \
behavior_metrics/ui/gui/resources/resources.qrc

# Installing CustomRobots
RUN git clone -b noetic-devel https://github.com/JdeRobot/CustomRobots && \
cd CustomRobots/f1 && mkdir build && cd build && \
# Installing RoboticsInfrastructure/CustomRobots
RUN git clone -b noetic-devel https://github.com/JdeRobot/RoboticsInfrastructure && \
cd RoboticsInfrastructure/CustomRobots/f1 && mkdir build && cd build && \
/bin/bash -c "source /opt/ros/noetic/setup.bash; \
cmake .. && make && make install;" && \
echo "source /opt/jderobot/share/jderobot/gazebo/assets-setup.sh" >> ~/.bashrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish Docker image
# events but only for the noetic-devel branch
on:
push:
branches: [ noetic-devel ]
branches: [ noetic-devel, issue-640 ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit d0a17aa

Please sign in to comment.