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
When trying to change the workspace.root_path parameter in a DAB bundle.yml file, I receive the following error:
Starting upload of bundle files
Error: path must be nested under /Users/<my_user_name>@8451.com or /Repos/<my_user_name>@8451.com
This is when trying to use a bundle file with the following contents:
variables:
root_directory:
description: "The directory that should be used for this bundle"workspace:
root_path: ${var.root_directory}/cb/.bundle/${bundle.name}
I have access to the directory, but it seems that the DAB is forcing me to use my user directory or repo. It would be useful for us if we could change the root_directory to a directory that could be shared by more than one user. Please let me know if there is another setting I should try.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. This limitation has been in place for the sync functionality to avoid inadvertently clobbering directories outside the users home directory. We have since update the sync code to not delete files it's not already tracking, so it's safe to remove this limitation. This is done in #576.
When trying to change the workspace.root_path parameter in a DAB bundle.yml file, I receive the following error:
This is when trying to use a bundle file with the following contents:
I have access to the directory, but it seems that the DAB is forcing me to use my user directory or repo. It would be useful for us if we could change the root_directory to a directory that could be shared by more than one user. Please let me know if there is another setting I should try.
The text was updated successfully, but these errors were encountered: