-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Apply a run configuration from CLI 0.19.40 to master server
- Get an error:
✗ dstack apply
The working_dir is not set — using legacy default "/workflow". Future versions
will default to the image's working directory.
repos[0].path is not set, using legacy repo path /workflow
In a future version the default value will be changed. To keep using /workflow,
explicitly set repos[0].path to /workflow
Server validation error:
{'detail': [{'loc': ['body', 'run_spec', 'working_dir'],
'msg': 'extra fields not permitted',
'type': 'value_error.extra'}]}
Seems to be caused by removing run_spec.working_dir in #3348 which old CLIs continue to submit.
Actual behaviour
No response
Expected behaviour
No response
dstack version
master
Server logs
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working