Skip to content

Commit

Permalink
[r] Make anvil8 default catalog and remove anvil7 (#6707)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Nov 14, 2024
1 parent fba2e1b commit b053388
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deployments/anvilprod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_anvil')),
sources=list(filter(None, sources.values())))
for atlas, catalog, sources in [
('anvil', 'anvil7', anvil7_sources),
('anvil', 'anvil8', anvil8_sources),
]
for suffix, internal in [
Expand Down
1 change: 0 additions & 1 deletion deployments/hammerbox/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_anvil')),
sources=list(filter(None, sources.values())))
for atlas, catalog, sources in [
('anvil', 'anvil7', anvil7_sources),
('anvil', 'anvil8', anvil8_sources),
]
for suffix, internal in [
Expand Down

0 comments on commit b053388

Please sign in to comment.