Skip to content

Commit ccdb8ce

Browse files
committed
Remove unneeded checkout
1 parent ae0a9f9 commit ccdb8ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ ENV GITHUB_API_KEY=$github_api_key
2222
RUN pip install pipenv
2323
RUN git clone https://$github_api_key@github.com/MycroftAI/devops.git
2424
WORKDIR /opt/mycroft/devops/jenkins
25-
RUN git checkout continuous_integration
2625
RUN pipenv install
2726
ENTRYPOINT ["pipenv", "run", "python","-m", "pipeline.code_check", "--repository", "mycroft-precise", "--pull-request", "PR-149"]
2827

0 commit comments

Comments
 (0)