We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this error (below) when I try to test a python project with Docker Runner. This not happens with a node project.
$ git clone --recursive [email protected]:abusquets/django-coverage.git . --branch master github 11s fatal: destination path '.' already exists and is not an empty directory.
I checked /home/strider/workspace folder in the image and is empty.
I think the problem is the python virtualenv folder.
"New python executable in /home/strider/workspace/.venv/bin/python"
Do you have any idea to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered:
Changing this line https://github.com/Strider-CD/strider-python/blob/master/worker.js#L19 to var venvDir = path.join(context.baseDir, '..', '.venv'); This problem is solved but I still have another problem, I don't have the environment enabled.
And I should install requirements like
/home/strider/.venv/bin/pip install -r requirements.txt
and run the tests like
/home/strider/.venv/bin/python manage.py test
Another way is use a Custom Script Plugin
Sorry, something went wrong.
No branches or pull requests
I have this error (below) when I try to test a python project with Docker Runner. This not happens with a node project.
$ git clone --recursive [email protected]:abusquets/django-coverage.git . --branch master github 11s
fatal: destination path '.' already exists and is not an empty directory.
I checked /home/strider/workspace folder in the image and is empty.
I think the problem is the python virtualenv folder.
"New python executable in /home/strider/workspace/.venv/bin/python"
Do you have any idea to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered: