Skip to content

Commit d58e3ec

Browse files
committed
Update comments in Dockerfiles
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
1 parent a82fb7c commit d58e3ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/docker/task.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh && \
5353

5454
# Checkout Taskwarrior
5555
WORKDIR /root
56-
# clone repo with submodels as we need corrosion
56+
# clone repo with all submodules, as we need 'corrosion'
5757
RUN git clone --recurse-submodules https://github.com/GothenburgBitFactory/taskwarrior.git code
5858
WORKDIR code
5959
RUN git checkout ${BRANCH}
6060

61-
# remove libshared folder which is the submodel
61+
# remove libshared submodule folder
6262
RUN rm -rf src/libshared
6363

6464
FROM base AS builder

test/docker/timew.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ENV LC_ALL en_US.UTF-8
4747
ENV LANG en_US.UTF-8
4848
ENV LANGUAGE en_US.UTF-8
4949

50-
# Checkout Timewarrior
50+
# Checkout Timewarrior (without libshared submodule)
5151
WORKDIR /root
5252
RUN git clone https://github.com/GothenburgBitFactory/timewarrior.git code
5353
WORKDIR code

0 commit comments

Comments
 (0)