Skip to content

Commit

Permalink
try to fix ros1 blacklisting
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent 754c31b commit b803b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN if [[ -x "$(command -v colcon)" ]]; then \
if [[ -x "$(command -v colcon)" ]]; then \
echo ";" >> $WORKSPACE/.remove-packages.sh ; \
elif [[ -x "$(command -v catkin)" ]]; then \
echo "do find . -type f -name package.xml -path \"*/$pkg/package.xml\" -exec dirname {} \;; done" >> $WORKSPACE/.remove-packages.sh ; \
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 && \
Expand Down

0 comments on commit b803b51

Please sign in to comment.