1
resposta

python: can't open file 'manage'

Ao tentar reproduzir a execução do pipeline ('Concluindo build do projeto') termina o job com falha:

Running with gitlab-runner 15.1.0 (76984217) on runner-bytebank 7p62XrtU Preparing the "docker" executor Preparing environment Running on runner-7p62xrtu-project-37902883-concurrent-0 via 7d16b2d4bd54... Getting source from Git repository 00:04 Executing "step_script" stage of the job script 00:02 Using docker image sha256:9da3ae0f0a409f5f36f92d15b2c0d9a04cbb272de915ea6283ef3a691d02e09c for jocsouza/minha-imagem:latest with digest jocsouza/minha-imagem@sha256:1fb30fdddfac237dfb194275eca3089d098ec1c9581c5adcde8879b5506f083b ... $ python manage makemigrations python: can't open file 'manage': [Errno 2] No such file or directory Cleaning up project directory and file based variables ERROR: Job failed: exit code 1

1 resposta

Oi, Jocemar. Tudo bem?

Seria interessante que você postasse aqui o conteúdo do arquivo de configuração da pipeline. Mas vendo a saída do erro, parece que você colocou python manage makemigrations, mas deveria ser python manage.py makemigration pois o segundo argumento é o arquivo manage.py.

Espero ter ajudado. Bons estudos!