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
There is a currently a bug in citrus-cli in which if you attempt to use the change directory command cd as a command for a job on a task you get an error.
Failed to execute command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
to recreate this bug, follow these steps.
create a task YAML file that uses the cd command as a command in an attempt to change your directory using a relative file path.
There is a currently a bug in
citrus-cli
in which if you attempt to use the change directory commandcd
as a command for a job on a task you get an error.Failed to execute command: Os { code: 2, kind: NotFound, message: "No such file or directory" }
to recreate this bug, follow these steps.
cd
command as a command in an attempt to change your directory using a relative file path.create the task with
citrus-cli create [TaskName] [TaskFile]
run the task with
citrus-cli run [TaskName]
Any proposed solutions are welcome in the comments.
The text was updated successfully, but these errors were encountered: