Closed Mhbuur closed 2 months ago
Thanks, we will look into it!
@sweoggy can you share anything on when or if this issue will be fixed?
We aim to look into this issue next week :) @Mhbuur
Hi again @Mhbuur! So after further investigation we realised the stderr output came from curl's progress meter, not the debricked CLI command itself. To fix your issue, please append sS after the -L flag, like so curl -LsS urlhere
. We will update our templates accordingly
Templates were updated in #256, I will now close this issue. Feel free to re-open the issue if you you need further assistance :blush:
Perfect, thanks - I can confirm it worked :-)
I'm using the Azure DevOps pipeline integration: https://github.com/debricked/cli/blob/main/examples/templates/Azure/azure-pipelines.yml
I added to the yaml definition that the task should fail on std error, hoping to catch issues this way:
It seems that there is output to routed to stderr instead of stdout, which obviously now causes my pipeline to fail, but without any real reason:
Could you change the output type?
For the record there are no issues in my project: