Searched refs:monorepo_path (Results 1 – 1 of 1) sorted by relevance
83 fn cleanup_and_sync_monorepo(monorepo_path: &Path) -> Result<()> { in cleanup_and_sync_monorepo()86 .current_dir(monorepo_path) in cleanup_and_sync_monorepo()90 .current_dir(monorepo_path) in cleanup_and_sync_monorepo()95 .current_dir(monorepo_path) in cleanup_and_sync_monorepo()100 .current_dir(monorepo_path) in cleanup_and_sync_monorepo()105 .current_dir(monorepo_path) in cleanup_and_sync_monorepo()109 bail!("Monorepo {} has uncommitted changes", monorepo_path.display()); in cleanup_and_sync_monorepo()112 Command::new("repo").args(["sync", "."]).current_dir(monorepo_path).run_and_stream_output()?; in cleanup_and_sync_monorepo()128 fn sync_to_green(monorepo_path: &Path) -> Result<()> { in sync_to_green()147 .current_dir(monorepo_path) in sync_to_green()[all …]