-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow downstream projects configs to be file_config (#1778)
Reapply #1776 with fixes: - We need to properly clone the git repository so that we can get `file_config` at the correct commit. - Refactored `downstream-root` so that we don't need to get platform info from task config for cloning the repo, which introduces a chicken-egg problem. - Allow suppressing stdout in `clone_git_repository` so that it won't impact stdout of `project_pipeline` - Make `validate_config` also work for downstream projects by adding `git_commit` as a parameter of `get_modified_files`.
- Loading branch information
1 parent
b5da6c2
commit fb86f67
Showing
5 changed files
with
119 additions
and
191 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.