Skip to content

Commit

Permalink
temporary Dockerfile tweaks for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Feb 13, 2024
1 parent 02b4fed commit 0c61b3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ RUN cd /tmp && \
git fetch origin $OPENPILOT_REF && \
git checkout $OPENPILOT_REF && \
git submodule update --init cereal opendbc rednose_repo body && \
# TODO revert to original when MLB DBC is merged and opendbc ref is bumped
git -C opendbc remote add jyoung8607 https://github.com/jyoung8607/opendbc.git && \
git -C opendbc fetch jyoung8607 && \
git -C opendbc fetch && \
git -C opendbc checkout $OPENDBC_REF && \
git -C opendbc checkout vw-mlb && \
#git -C opendbc fetch && \
#git -C opendbc checkout $OPENDBC_REF && \
git -C opendbc reset --hard HEAD && \
git -C opendbc clean -xfd && \
mkdir /tmp/openpilot && \
Expand Down

0 comments on commit 0c61b3e

Please sign in to comment.