ci/b2c: drop unused B2C_EXTRA_VOLUME_ARGS

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653>
This commit is contained in:
Eric Engestrom
2023-12-12 12:26:52 +00:00
committed by Marge Bot
parent a10bd6fcb0
commit 850d3e28e5

View File

@@ -370,7 +370,6 @@ clang-format:
--timeout-retries "${B2C_TIMEOUT_RETRIES}" \
--job-volume-exclusions "${B2C_JOB_VOLUME_EXCLUSIONS}" \
--local-container "${IMAGE_UNDER_TEST}" \
${B2C_EXTRA_VOLUME_ARGS} \
--working-dir "$CI_PROJECT_DIR"
cat b2c.yml.jinja2