File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,10 @@ RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt
40
40
# RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
41
41
42
42
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
45
47
RUN mkdir test
46
48
47
49
# -----------------------------------------
You can’t perform that action at this time.
0 commit comments