
gitlab-ci.yml script saying to use git to clone that repo locally, and that also failed, because. Indeed prior to the above attempt, I had added a line (that failed) to the. Running on runner-e11ae361-project-1654117-concurrent-0 via runner-e11ae361-machine-1484613050-ce975c76-digital-ocean-4gb.Ĭloning into '/builds/jerrya/ashercodes'.Ĭollecting (from -r requirements.txt (line 5))Ĭloning (to hidden-cats) to /tmp/pip-72xxqt-buildĮrror No such file or directory while executing command git clone -q /tmp/pip-72xxqt-build Using Docker executor with image python:2.7-alpine. I modified my requirements.txt file to look for my own branch of pelican, but this fails when it builds, Gitlab's Runner tells me: Running with gitlab-ci-multi-runner 1.9.0 (82714ae) Now my issue is that I want to run a my own version of pelican. So I see that it specifies a python docker image, uses pip to install various python scripts, then runs pelican all within that image. I have a simple python pelican static blog that builds with a simple. Hi, I'm pretty new to 's CI and to docker.
