Skip to content

Commit 0de75f6

Browse files
Try to fix errors in the CI standalone scenario
1 parent a0fa4a8 commit 0de75f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oba/config/onebusaway-transit-data-federation-webapp-data-sources.xml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
<property name="refreshInterval" value="{{ REFRESH_INTERVAL }}" />
6565
{{/if}}
6666

67-
{{#if AGENCY_ID_LIST}}
67+
{{#if AGENCY_ID_LIST.length}}
6868
<property name="agencyIds">
6969
<list>
7070
{{#each AGENCY_ID_LIST}}
7171
<value>{{ this }}</value>
7272
{{/each}}
7373
</list>
7474
</property>
75-
{{else}}
75+
{{else if AGENCY_ID}}
7676
<property name="agencyId" value="{{ AGENCY_ID }}" />
7777
{{/if}}
7878

0 commit comments

Comments
 (0)