Skip to content
Snippets Groups Projects
Commit bb06e601 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(poetry): log stdout/stderr and not message

parent a13ebf89
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ export async function updateArtifacts( ...@@ -99,7 +99,7 @@ export async function updateArtifacts(
{ {
artifactError: { artifactError: {
lockFile: lockFileName, lockFile: lockFileName,
stderr: err.message, stderr: err.stdout + '\n' + err.stderr,
}, },
}, },
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment