Skip to content

Commit

Permalink
Revert "fix: copy workspace folder to correct path"
Browse files Browse the repository at this point in the history
This reverts commit 6a1a6a4.
  • Loading branch information
nazarfil committed Aug 21, 2024
1 parent 9ee1c89 commit b2ddbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhexa/cli/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def run_pipeline(path: Path, config: dict, image: str = None, debug: bool = Fals
volumes = {
tmp_dir: {"bind": "/home/hexa/pipeline", "mode": "rw"},
mount_files_path: {
"bind": "/home/hexa/pipeline/workspace",
"bind": "/home/hexa/workspace",
"mode": "rw",
},
}
Expand Down

0 comments on commit b2ddbe0

Please sign in to comment.