|
|
@ -14,9 +14,7 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Checkout submodules |
|
|
|
- name: Checkout submodules |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
auth_header="$(git config --local --get http.https://github.com/.extraheader)" |
|
|
|
git submodule update --init |
|
|
|
git submodule sync --recursive |
|
|
|
|
|
|
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 |
|
|
|
|
|
|
|
- run: | |
|
|
|
- run: | |
|
|
|
docker build -t tmppilot -f Dockerfile.openpilot . |
|
|
|
docker build -t tmppilot -f Dockerfile.openpilot . |
|
|
|
docker save tmppilot:latest | gzip > tmppilot.tar.gz |
|
|
|
docker save tmppilot:latest | gzip > tmppilot.tar.gz |
|
|
|