Skip to content

Commit

Permalink
fix: config conversion uncomment car.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Apr 19, 2024
1 parent 96e50ac commit 78bb3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/utils/yml_config_to_ors_config_conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sed -i -e '/^#ors:/s/^#//' -e '/^#.*engine:/s/^#//' -e '/^#.*source_file:/s/^#//

echo "- Uncomment subsequent lines for profiles.car.enabled in ors.engine"
sed -i -e '/^# profiles:/s/^#//' "$output_file"
sed -i -e '/^#.*car:.*/s/^#//' "$output_file"
sed -i -e '/^# car:.*/s/^#//' "$output_file"
sed -i -e '/^# enabled: true.*/s/^#//' "$output_file"

echo "Parsing complete. Result saved to $output_file"

0 comments on commit 78bb3ab

Please sign in to comment.