mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
Devcontainer: improve CI tests and support using local built image (#30012)
* improve devcontainer tests * test full build with cache * fix that * fix the cache * fix the cache old-commit-hash: 003018fc468c3a0a902160413ea5f5d434a987b9
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# pull base image
|
||||
docker pull ghcr.io/commaai/openpilot-base:latest
|
||||
if [[ -z $USE_LOCAL_IMAGE ]]; then
|
||||
docker pull ghcr.io/commaai/openpilot-base:latest
|
||||
fi
|
||||
|
||||
# setup .host dir
|
||||
mkdir -p .devcontainer/.host
|
||||
|
||||
Reference in New Issue
Block a user