tools/sim: remove special docker image (#32659)

This commit is contained in:
Adeeb Shihadeh
2024-06-08 09:18:28 -07:00
committed by GitHub
parent 3b6862030a
commit 541b5cbf13
3 changed files with 0 additions and 60 deletions

View File

@@ -20,25 +20,6 @@ env:
jobs:
simulator_build:
name: simulator docker build
runs-on: ubuntu-latest
if: github.repository == 'commaai/openpilot'
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
- name: Setup to push to repo
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'
run: |
echo "PUSH_IMAGE=true" >> "$GITHUB_ENV"
$DOCKER_LOGIN
- name: Build and push sim image
run: |
selfdrive/test/docker_build.sh sim
simulator_driving:
name: simulator driving
runs-on: ubuntu-latest