From e2c784740a869d35e78833ae77d3d30d89935d9d Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 23 Jan 2020 12:40:40 -0800 Subject: [PATCH] CI: remove header hacks when checking out submodules (#995) --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a509e01bbe..952bbbc2b6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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