mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-18 18:20:08 +00:00
fix(profiling): forward GIT_REF + PR_NUMBER into Docker container
The previous commit moved these expressions from inline shell expansion to job-level env: vars, but the profiling script runs inside a Docker container. Job-level env vars are only visible in the runner, not inside the container — they need explicit -e flags on the docker run command (same pattern as HOST_GIT_COMMIT which was already forwarded). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -114,6 +114,8 @@ jobs:
|
|||||||
-e XDG_DATA_HOME=/tmp/xdg-data \
|
-e XDG_DATA_HOME=/tmp/xdg-data \
|
||||||
-e XDG_CACHE_HOME=/tmp/xdg-cache \
|
-e XDG_CACHE_HOME=/tmp/xdg-cache \
|
||||||
-e HOST_GIT_COMMIT="${HOST_GIT_COMMIT}" \
|
-e HOST_GIT_COMMIT="${HOST_GIT_COMMIT}" \
|
||||||
|
-e GIT_REF="${GIT_REF}" \
|
||||||
|
-e PR_NUMBER="${PR_NUMBER}" \
|
||||||
-e HF_USER_TOKEN="${HF_USER_TOKEN}" \
|
-e HF_USER_TOKEN="${HF_USER_TOKEN}" \
|
||||||
-e HF_TOKEN="${HF_USER_TOKEN}" \
|
-e HF_TOKEN="${HF_USER_TOKEN}" \
|
||||||
-e PROFILE_MODE="${PROFILE_MODE}" \
|
-e PROFILE_MODE="${PROFILE_MODE}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user