ssh-deploy-release icon indicating copy to clipboard operation
ssh-deploy-release copied to clipboard

Script breaks when command in onAfterDeploy send stdout message

Open a-tonchev opened this issue 3 years ago • 0 comments

I don't know if this is expected behavior but the whole script breaks when standard message (not error or warning) comes from the command inside onAfterDeploy. My solution right now is to put a 2>/dev/null || true after yeach command, so that the process don't break without reason.

a-tonchev avatar Feb 05 '21 15:02 a-tonchev