File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ RUN . /opt/ros/$ROS_DISTRO/setup.sh && \
7676 --cmake-args -DCMAKE_BUILD_TYPE=Release --install-base ${WATONOMOUS_INSTALL}
7777
7878# Source and Build Artifact Cleanup
79- # RUN rm -rf src/* build/* devel/* install/* log/*
79+ RUN rm -rf src/* build/* devel/* install/* log/*
8080
8181# add the slam toolbox, localizaiton and rviz2
8282RUN sudo apt-get update
@@ -95,7 +95,7 @@ COPY docker/wato_ros_entrypoint.sh ${AMENT_WS}/wato_ros_entrypoint.sh
9595ENTRYPOINT ["./wato_ros_entrypoint.sh" ]
9696
9797# ############################### Deploy ################################
98- FROM build AS deploy
98+ # FROM build AS deploy
9999
100- # move clean up later
101- RUN rm -rf src/* build/* devel/* log/*
100+ # # move clean up later
101+ # RUN rm -rf src/* build/* devel/* log/*
You can’t perform that action at this time.
0 commit comments