First time here? Check out the FAQ!

Revision history  [back]

Code Block for Copying Project Files

Does anyone know where in the source code, the line is that initiates the copy of project files after the setup.py is initiated?

For some reason, this copy isn't picking up all the files when I run it in CodePipeline, but it works fine on my local machine. I was hoping to see what's going with the code behind the scenes.

I'm deploying into AWS CodeBuild into a container and django.wsgi isn't copying over, so the build fails at askbot-setup time when looking for the file.

Thanks!