Azure / batch-shipyard

Simplify HPC and Batch workloads on Azure
MIT License
277 stars 121 forks source link

Environment variable values with spaces in non-native mode cause execution failures #234

Closed alfpark closed 6 years ago

alfpark commented 6 years ago

Spaces in environment variables are not handled properly in non-native mode.

  # jobs config
  environment_variables:
    myenv: hello world

This is a regression introduced in this commit.