-
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 to task deps for DeployTask
`DeployTask`'s `getDependencies` method now always returns task dependencies initialized with `force = false`. The underlying semantic is that unless the task dependency's module sources have changed, there's no need to re-run them when force-deploying the dependant service. I.e. the decision to run or not run the task dependency is delegated to the `TaskTask` in the normal way.
- Loading branch information
Showing
4 changed files
with
222 additions
and
107 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
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
Oops, something went wrong.