Skip to content

Commit

Permalink
fix(pip_requirements): used a fixed cwdFile
Browse files Browse the repository at this point in the history
Closes #6599
  • Loading branch information
rarkins committed Jun 27, 2020
1 parent 3c3f259 commit 54c4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/pip_requirements/artifacts.ts
Expand Up @@ -29,7 +29,7 @@ export async function updateArtifacts({
}
}
const execOptions: ExecOptions = {
cwdFile: packageFileName,
cwdFile: '.',
docker: {
image: 'renovate/python',
tagScheme: 'pip_requirements',
Expand Down

0 comments on commit 54c4a0a

Please sign in to comment.