mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
ee1595cc68
Fix fallback for CI_JOB_NAME If CI_JOB_NAME is not specified, it's supposed to fall back to the image name, which is `$image`, not `$IMAGE`. Failing to set the correct CI_JOB_NAME causes failures when running `dist-ohos-*` images locally.