Skip to content

Commit

Permalink
temporarily add printing of package removal script
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent 3954a36 commit 754c31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN if [[ -x "$(command -v colcon)" ]]; then \
echo "do find . -type f -name package.xml -path \"*/$pkg/package.xml\" -exec dirname {} \;; done" >> $WORKSPACE/.remove-packages.sh ; \
fi && \
chmod +x $WORKSPACE/.remove-packages.sh && \
cat $WORKSPACE/.remove-packages.sh && \
$WORKSPACE/.remove-packages.sh 2> /dev/null | xargs rm -rfv
# create install script with list of rosdep dependencies
Expand Down

0 comments on commit 754c31b

Please sign in to comment.