You may find that when re-running your job with SSH that you see different results, this is because by default a CircleCI pipeline executes steps in a non-interactive shell. There is a possibility that running steps using an interactive login may succeed but in non-interactive mode.
Additional Resources
More information can be found here: https://circleci.com/docs/ssh-access-jobs/
Comments
Article is closed for comments.