Bug Description
env blocks don't affect script or terminal blocks running over SSH.
Steps to Reproduce
- Create an env block
- Create an ssh block
- Create a script block
Expected Behavior
The script block has access to the env var
Actual Behavior
The env var is not set in the SSH session
