-
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.
We have some apps that can not be deployed but have dependencies defined, e.g. the meta-apps. Those apps are included in the generated deployment orders. In multiple places we have code snippets to remove these again from the deploy-order. To get rid of those snippets, support to figure out if an app is deployable and store the information for it in the dependency-tree. An app is marked as undeployable if it does not have a deploy directory. The deployorder command is changed to not include undeployable apps by default. This can be changed by passing the new --include-undeployable parameter.
- Loading branch information
Showing
9 changed files
with
200 additions
and
62 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.