Skip to content

Commit 574525c

Browse files
committed
[r] Make lm4 the default catalog for LungMAP prod (#5861, PR #5867)
2 parents 08eff88 + d5a3f1c commit 574525c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deployments/prod/environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,6 @@ def env() -> Mapping[str, Optional[str]]:
10871087
('hca', 'dcp34', dcp34_sources),
10881088
('hca', 'pilot', pilot_sources),
10891089
('hca', 'dcp1', dcp1_sources),
1090-
('lungmap', 'lm2', lm2_sources),
1091-
('lungmap', 'lm3', lm3_sources),
10921090
('lungmap', 'lm4', lm4_sources)
10931091
] for suffix, internal in [
10941092
('', False),

0 commit comments

Comments
 (0)