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
* Disable LEGACY_REPO_DIR with feature flag
Enabling DSTACK_FF_LEGACY_REPO_DIR_DISABLED does the following:
- Changes `working_dir` default value from `/workflow` to
the image's working dir, unless the client is older than 0.19.27,
in which case `/workflow` is still used.
- Forbids relative `working_dir` (client side only).
- Makes `repos[].path` required, unless the client is older than
0.19.27, in which case `/workflow` is still used
Part-of: #3124
* Use $DSTACK_WORKING_DIR in IDE link
0 commit comments