Car info diff comment: don't fail if car info structure changes (#25193)

Don't fail if car info structure changes
old-commit-hash: b5e3678245
taco
Shane Smiskol 3 years ago committed by GitHub
parent 5968b3b0b1
commit fbb1ee3f50
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -553,7 +553,7 @@ jobs:
id: save_diff id: save_diff
run: | run: |
${{ env.RUN }} "scons -j$(nproc)" ${{ env.RUN }} "scons -j$(nproc)"
output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info") output=$(${{ env.RUN }} "python selfdrive/debug/print_docs_diff.py --path /tmp/openpilot_cache/base_car_info") || true
output="${output//$'\n'/'%0A'}" output="${output//$'\n'/'%0A'}"
echo "::set-output name=diff::$output" echo "::set-output name=diff::$output"
- name: Find comment - name: Find comment

Loading…
Cancel
Save