-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): fix watch task logic for sourceModules (#1756)
Before this fix, if a service with a sourceModule was deployed with hot reloading enabled, a build task for its source module would be added when its sources change (in addition to the hot reload task). This was not the desired behavior, and would (e.g. for helm modules using a container module as a sourceModule) result in unnecessary rebuilds of the source module.
- Loading branch information
Showing
2 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters