File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh && \
5353
5454# Checkout Taskwarrior
5555WORKDIR /root
56- # clone repo with submodels as we need corrosion
56+ # clone repo with all submodules, as we need ' corrosion'
5757RUN git clone --recurse-submodules https://github.com/GothenburgBitFactory/taskwarrior.git code
5858WORKDIR code
5959RUN git checkout ${BRANCH}
6060
61- # remove libshared folder which is the submodel
61+ # remove libshared submodule folder
6262RUN rm -rf src/libshared
6363
6464FROM base AS builder
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV LC_ALL en_US.UTF-8
4747ENV LANG en_US.UTF-8
4848ENV LANGUAGE en_US.UTF-8
4949
50- # Checkout Timewarrior
50+ # Checkout Timewarrior (without libshared submodule)
5151WORKDIR /root
5252RUN git clone https://github.com/GothenburgBitFactory/timewarrior.git code
5353WORKDIR code
You can’t perform that action at this time.
0 commit comments