From 60c6b0e3f2b9475c051bfbec322cd1309a896a70 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 4 May 2022 17:46:02 -0400 Subject: [PATCH] Single branch clone of mycroft in plugin test --- Dockerfile.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.plugin b/Dockerfile.plugin index ce53395..f00e7dc 100644 --- a/Dockerfile.plugin +++ b/Dockerfile.plugin @@ -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 \