Skip to content

Commit 563ea3d

Browse files
Christine Brown-Stevensonchris-durbin
authored andcommitted
Made subset-band-name service image conditional for variable and dimension (L1B band subsetting for now) subsetting and not sequential
1 parent 98f0144 commit 563ea3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/services.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,8 @@ https://cmr.uat.earthdata.nasa.gov:
661661
- image: !Env ${QUERY_CMR_IMAGE}
662662
is_sequential: true
663663
- image: !Env ${SUBSET_BAND_NAME_IMAGE}
664-
is_sequential: true
664+
conditional:
665+
exists: [ 'variableSubset', 'dimensionSubset']
665666
- image: !Env ${GEOLOCO_IMAGE}
666667

667668
- name: giovanni-time-series-adapter

0 commit comments

Comments
 (0)