simplify setup (#37358)

* simplify setup

* lil more

* simplify dockedr

* just run setup there:

* don't need that junk

* lil more
This commit is contained in:
Adeeb Shihadeh
2026-02-23 16:56:58 -08:00
committed by GitHub
parent 16dda06a0c
commit 5af3f32157
12 changed files with 180 additions and 248 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
env:
DOCKER_LOGIN: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
BUILD: selfdrive/test/docker_build.sh prebuilt
BUILD: selfdrive/test/docker_build.sh
jobs:
build_prebuilt: