Single branch clone of mycroft in plugin test
This commit is contained in:
parent
935166cba0
commit
60c6b0e3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ RUN --mount=type=cache,id=apt-run,target=/var/cache/apt \
|
|||
WORKDIR /test
|
||||
|
||||
# Install Mycroft
|
||||
RUN git clone https://github.com/MycroftAI/mycroft-core.git
|
||||
RUN git clone --single-branch --branch dev https://github.com/MycroftAI/mycroft-core.git
|
||||
|
||||
RUN --mount=type=cache,id=apt-run,target=/var/cache/apt \
|
||||
--mount=type=cache,id=pip-requirements,target=/root/.cache/pip \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue