Skip to content

[Bug]: The environment variables ORCA_ROOT_PATH and ORCA_WORKTREE_PATH do not exist. #9206

Description

@aliuq

Operating system

Windows

Orca version

1.4.144

Details

  • WSL

Setup script

cp "$ORCA_ROOT_PATH/.env" "$ORCA_WORKTREE_PATH/.env"
bun install

Logs

bash /home/xxx/xxx/.git/worktrees/dev/orca/setup-runner.sh
cp: cannot stat '/.env': No such file or directory

File

cat /home/xxx/xxx/.git/worktrees/dev/orca/setup-runner.sh                                                                         
#!/usr/bin/env bash
set -e
cp "$ORCA_ROOT_PATH/.env" "$ORCA_WORKTREE_PATH/.env"
bun install

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghas_reproConclusive reproduction exists (test/script/CLI evidence). See docs/bug-reproductions/os:Windows

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions