Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/repository_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package config
// RepositoryConfig holds configuration for a single repository.
type RepositoryConfig struct {
Remote string `yaml:"remote"`
DefaultBranch string `yaml:"default_branch"`
FullHashRepos []string `yaml:"full_hash_repos"`
ExcludedFiles []string `yaml:"excluded_files"`
ExcludeExternalTargets bool `yaml:"exclude_external_targets"`
Expand Down
1 change: 0 additions & 1 deletion example/tango-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ storage:
# Repository configuration
repository:
- remote: "https://github.com/uber/tango.git"
default_branch: "main"
full_hash_repos:
- ""
excluded_files:
Expand Down
1 change: 0 additions & 1 deletion orchestrator/testdata/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
repository:
- remote: "git@github:uber/tango"
default_branch: "main"
full_hash_repos:
- "//"
- "//external"
Expand Down
Loading