Skip to content

Commit 549e2c1

Browse files
committed
run pipeline
1 parent 8aabe49 commit 549e2c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/robot/robot.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8282
RUN sudo apt-get update
@@ -95,7 +95,7 @@ COPY docker/wato_ros_entrypoint.sh ${AMENT_WS}/wato_ros_entrypoint.sh
9595
ENTRYPOINT ["./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/*

0 commit comments

Comments
 (0)