mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
common: Go/switch_repo_domains: Don't update common or infrastructure-tooling
This commit is contained in:
parent
1cba4f72bb
commit
5560156078
2 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ func main() {
|
|||
counter := 0
|
||||
for _, dir := range dirNames { // For each directory
|
||||
|
||||
// These live on getsolus github org
|
||||
if dir == "common" || dir == "infrastructure-tooling" {
|
||||
continue
|
||||
}
|
||||
|
||||
repoPath := filepath.Join(workDir, dir)
|
||||
repoGitConfigPath := filepath.Join(repoPath, ".git", "config") // Combine the paths to get to .git/config
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue