Support glob in get repositories (fix #184)

This commit is contained in:
Roey Darwish Dror
2019-08-11 12:41:09 +03:00
parent 4941a0831a
commit 7f164494d1
5 changed files with 36 additions and 4 deletions

View File

@@ -242,7 +242,7 @@ fn run() -> Result<(), Error> {
if config.should_run(Step::GitRepos) {
if let Some(custom_git_repos) = config.git_repos() {
for git_repo in custom_git_repos {
git_repos.insert(git_repo);
git_repos.glob_insert(git_repo);
}
}
execute(