Skip to content

Commit

Permalink
pes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 13, 2023
1 parent 5eb94eb commit 29ac074
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,18 @@ echo ""

ROSDEP_FILE=$ARTIFACTS_FOLDER/generated_$ARCH.yaml

echo "$0: adding $ROSDEP_FILE to rodep"
echo "$0: contents:"
cat $ROSDEP_FILE

echo "yaml file://$ROSDEP_FILE" | sudo tee /etc/ros/rosdep/sources.list.d/temp.list
if [ -s $ROSDEP_FILE ]; then

rosdep update
echo "$0: adding $ROSDEP_FILE to rodep"
echo "$0: contents:"

echo "yaml file://$ROSDEP_FILE" | sudo tee /etc/ros/rosdep/sources.list.d/temp.list

rosdep update

fi

for PACKAGE in $BUILD_ORDER; do

Expand Down

0 comments on commit 29ac074

Please sign in to comment.