Skip to content

Commit

Permalink
Make dcp27 the default catalog in prod (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Jun 1, 2023
1 parent c4ad15b commit f9530da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ def env() -> Mapping[str, Optional[str]]:
repository=dict(name='tdr_hca')),
sources=mklist(sources))
for atlas, catalog, sources in [
('hca', 'dcp26', dcp26_sources),
('hca', 'dcp27', dcp27_sources),
('hca', 'dcp28', dcp28_sources),
('hca', 'dcp1', dcp1_sources),
Expand Down

0 comments on commit f9530da

Please sign in to comment.