Single branch clone of mycroft in plugin test

This commit is contained in:
Michael Hansen 2022-05-04 17:46:02 -04:00
commit 60c6b0e3f2

View file

@ -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 \