Skip to content

Commit c06fefe

Browse files
committed
fix: add car enabled to ors-config
1 parent e6ea33e commit c06fefe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/utils/yml_config_to_ors_config_conversion.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ cp $input_file $output_file
1818
echo ""
1919
echo "Replace parameters:"
2020

21+
echo "- enable ors.engine.profiles.car"
22+
yq -i '.ors.engine.profiles.car.enabled = true' "$output_file" || exit 1
23+
2124
echo "- set ors.engine.source_file to ors-api/src/test/files/heidelberg.osm.gz"
2225
yq -i '.ors.engine.source_file = "ors-api/src/test/files/heidelberg.osm.gz"' "$output_file" || exit 1
2326

0 commit comments

Comments
 (0)