Skip to content

Commit ab66249

Browse files
committed
Last step does not need sleep
1 parent 5aeb5c4 commit ab66249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tests/dockerfiles/ubuntu_2404/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ RUN git clone --depth 1 https://gitlab.dune-project.org/extensions/dune-subgrid.
246246
RUN git clone --depth 1 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git -b releases/${DUMUX_VERSION} && sleep 10
247247
RUN git clone -b cell_problems https://git.iws.uni-stuttgart.de/dumux-appl/dumux-phasefield.git && sleep 10
248248
RUN git clone --depth 1 https://gitlab.dune-project.org/extensions/dune-SPGrid.git -b releases/${DUNE_VERSION} && sleep 10
249-
RUN git clone --depth 1 https://gitlab.dune-project.org/core/dune-localfunctions.git -b releases/${DUNE_VERSION} && sleep 10
249+
RUN git clone --depth 1 https://gitlab.dune-project.org/core/dune-localfunctions.git -b releases/${DUNE_VERSION}
250250
# build core DUNE, DuMuX and the adapter
251251
ARG DUMUX_ADAPTER_PR
252252
ARG DUMUX_ADAPTER_REF

0 commit comments

Comments
 (0)