Skip to content

Commit 0f95692

Browse files
Merge pull request #171 from forslund/bugfix/jenkins-job
Attempt to fix Jenkins job
2 parents ae0a9f9 + ccdb8ce commit 0f95692

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)