Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch mode does not work for linked remote sources #965

Closed
eysi09 opened this issue Jul 14, 2019 · 0 comments · Fixed by #1071
Closed

Watch mode does not work for linked remote sources #965

eysi09 opened this issue Jul 14, 2019 · 0 comments · Fixed by #1071
Assignees
Labels
bug priority:medium Medium priority issue or feature
Milestone

Comments

@eysi09
Copy link
Collaborator

eysi09 commented Jul 14, 2019

Bug

Current Behavior

When running Garden in watch mode and working on a linked remote source, changes to that source are not detected by Garden. Instead you have to kill the process and run the command again.

Expected behavior

Garden should detect the changes and automatically re-run.

Reproducible example

  1. Use the remote-sources example project
  2. Clone one of the remotes, say garden-example-remote-sources-web-services
  3. Link it with garden link source garden-example-remote-sources-web-services local/path/to/clone
  4. Notice how changes to the cloned code don't trigger a watch event

Workaround

Re-run the command on changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug priority:medium Medium priority issue or feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant