All-
For some reason I’m not able to see the console output on some of my custom commands. Anyone know of a solution for this?
Could you please try setting the TERM
variable for that command to dumb
? Something like this in your circle.yml should make that work:
test:
post:
- export TERM=dumb; docker push…
Are you getting the same console for all custom commands ? If YES , then it could be a image issue .
Can you please name the command , which your are trying here ?
@DevendraMeena1 Yes, I am getting the same output for all custom commands, but it’s not an image issue as it occurs with the public images as well (see mysql screenshot above).
From what I see, the spaces are not the output of the custom commands but rather just whitespace between the start of the pull
operation and its completion. Could that be true? Thanks.
Related (same) issue here: Blank lines in Docker output.