Skip to content

Commit d32d954

Browse files
author
Christopher Henry
committed
Attempting to checkout specific repository
1 parent f36f62e commit d32d954

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt
4040
#RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
4141

4242
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
43-
git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae \
44-
&& git clone --branch main https://github.com/cshenry/KBBaseModules.git
43+
git clone --branch main https://github.com/cshenry/KBBaseModules.git
44+
RUN echo '1' >/dev/null && mkdir deps && cd deps && \
45+
git clone https://github.com/cshenry/cobrakbase.git && \
46+
cd cobrakbase && git checkout f0b3aa300fb153fc83b2fd5e83be231fc6992fae
4547
RUN mkdir test
4648

4749
# -----------------------------------------

0 commit comments

Comments
 (0)