We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae0a9f9 + ccdb8ce commit 0f95692Copy full SHA for 0f95692
test/Dockerfile
@@ -22,7 +22,6 @@ ENV GITHUB_API_KEY=$github_api_key
22
RUN pip install pipenv
23
RUN git clone https://$github_api_key@github.com/MycroftAI/devops.git
24
WORKDIR /opt/mycroft/devops/jenkins
25
-RUN git checkout continuous_integration
26
RUN pipenv install
27
ENTRYPOINT ["pipenv", "run", "python","-m", "pipeline.code_check", "--repository", "mycroft-precise", "--pull-request", "PR-149"]
28
0 commit comments