From ccdb8cefd253285c14fd62b1735f3dca9b5df723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Tue, 4 Aug 2020 18:19:27 +0200 Subject: [PATCH] Remove unneeded checkout --- test/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 5d9af2f..fbc1ba1 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -22,7 +22,6 @@ ENV GITHUB_API_KEY=$github_api_key RUN pip install pipenv RUN git clone https://$github_api_key@github.com/MycroftAI/devops.git WORKDIR /opt/mycroft/devops/jenkins -RUN git checkout continuous_integration RUN pipenv install ENTRYPOINT ["pipenv", "run", "python","-m", "pipeline.code_check", "--repository", "mycroft-precise", "--pull-request", "PR-149"]