Attach_workspace does not seems to work between docker and machine

Hi,
I have a workflow composed of some jobs using the docker runner and some of them using the machine runner. I am persisting the workspace in the docker runner but when I attach the workspace in a downstream machine runner, it does not seem to do it but no error is raised.

An example of this downstream job is:
https://circleci.com/gh/ovotech/comms-kafka-persistence/229

The upstream workflow:
https://circleci.com/workflow-run/3c02286c-0050-442d-9b14-6d17e6499b9f

Thanks

1 Like