You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the base project is a directory with a space in it, e.g. c:\users\rseymour\scratch\ensono stacks\stacks-docker-images then the Docker command fails. This is because the ${PWD} that is passed into the command is not quoted.
The following was generated when running a task from the above directory:
If the base project is a directory with a space in it, e.g.
c:\users\rseymour\scratch\ensono stacks\stacks-docker-imagesthen the Docker command fails. This is because the${PWD}that is passed into the command is not quoted.The following was generated when running a task from the above directory: