Hello folks, I have tried the strategy @levlaz described above, but for some reason I don’t see this working across workflow steps.
Am I understanding this right? Are VMs provided with BASH_ENV coming from other steps?
To add a bit more info, my container is spinned with the following env var:
@arichiardi: I seem to recall that filing systems are preserved from one workflow step to another, but maybe /tmp is cleared? Is it worth trying an experimental touch to /root/foo in your first step to see if it is visible in your second step?
I don’t use multi-stage workflows, so I might not be much help here. However, perhaps you would post your config file, so that others might see it? I think I read about the preservation of the file system in this forum, but it would be worth confirming that in the docs.