Skip to content

Commit

Permalink
CI: remove header hacks when checking out submodules (commaai#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored Jan 23, 2020
1 parent 9ff1a54 commit e2c7847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Checkout submodules
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
git submodule update --init
- run: |
docker build -t tmppilot -f Dockerfile.openpilot .
docker save tmppilot:latest | gzip > tmppilot.tar.gz
Expand Down

0 comments on commit e2c7847

Please sign in to comment.