Skip to content

Commit 33fab23

Browse files
committed
Add comments
1 parent 491a9c0 commit 33fab23

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.dockerhub/distro.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ RUN sed --in-place \
8888
's|^source .*|source "$OVERLAY_WS/install/setup.bash"|' \
8989
/ros_entrypoint.sh
9090

91+
# test overlay build
9192
ARG RUN_TESTS
9293
ARG FAIL_ON_TEST_FAILURE=Ture
9394
RUN if [ -n "$RUN_TESTS" ]; then \

.dockerhub/source.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ RUN sed --in-place \
180180
's|^source .*|source "$OVERLAY_WS/install/setup.bash"|' \
181181
/ros_entrypoint.sh
182182

183+
# test overlay build
183184
ARG RUN_TESTS
184185
ARG FAIL_ON_TEST_FAILURE=Ture
185186
RUN if [ -n "$RUN_TESTS" ]; then \

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ RUN sed --in-place \
111111
's|^source .*|source "$OVERLAY_WS/install/setup.bash"|' \
112112
/ros_entrypoint.sh
113113

114+
# test overlay build
114115
ARG RUN_TESTS
115116
ARG FAIL_ON_TEST_FAILURE=Ture
116117
RUN if [ -n "$RUN_TESTS" ]; then \

0 commit comments

Comments
 (0)