Skip to content

Commit

Permalink
fix version setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jan 27, 2024
1 parent fd1a08e commit 906612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ RUN apt-get update && apt-get install -y \
python3-rosdep && \
rm -rf /var/lib/apt/lists/*

RUN echo $(cat /ros2_ws/src/depthai-ros/package.xml | grep '<version>' | sed -r 's/.*<version>([0-9]+.[0-9]+.[0-9]+)<\/version>/\1/g') > /version.txt
RUN echo $(cat /ros2_ws/src/depthai-ros/depthai-ros/package.xml | grep '<version>' | sed -r 's/.*<version>([0-9]+.[0-9]+.[0-9]+)<\/version>/\1/g') > /version.txt

0 comments on commit 906612d

Please sign in to comment.