mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 20:24:30 +08:00
CI: Overwrite valve infra's registry
This is a temporary workaround wihle we wait for valve-infra to sort out this issue. It is safe to do because registry.freedesktop.org is a mirror of harbor.freedesktop.org. Related: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7913 Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20362>
This commit is contained in:
parent
cba819d65e
commit
0bd9a062e1
@ -241,9 +241,14 @@ rustfmt:
|
||||
GENERATE_ENV_SCRIPT: "${CI_COMMON_SCRIPTS}/generate-env.sh"
|
||||
B2C_JOB_TEMPLATE: "${CI_B2C_ARTIFACTS}/b2c.yml.jinja2.jinja2"
|
||||
JOB_FOLDER: "job_folder"
|
||||
|
||||
before_script:
|
||||
# We don't want the tarball unpacking of .test, but will take the JWT bits.
|
||||
- !reference [default, before_script]
|
||||
|
||||
# temporary overrides to allow others to use harbor.freedesktop.org
|
||||
- export IMAGE_UNDER_TEST=${IMAGE_UNDER_TEST/harbor/registry}
|
||||
|
||||
- |
|
||||
set -x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user