-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy-order: fail if non-existing app is specified
If an application was specified to calculate the deploy-order for that did not exist in the tree, the app was added to the tree as undeployable, eventually included in the deploy order and the command succeed. Fail instead if the app does not exist in the dependency tree. This will allow to detect during deployment if an app was specified that does not exist in the exported dependency tree
- Loading branch information
Showing
2 changed files
with
11 additions
and
14 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