mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
Revert "ci: Temporarily hardcode S3 artifact path"
This reverts commita693539ff9. It was modified in8803388d15Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37599>
This commit is contained in:
parent
583526ba2c
commit
d027f1b336
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ function find_s3_project_artifact() {
|
|||
x_off
|
||||
local artifact_path="$1"
|
||||
|
||||
for project in "Valentine/mesa" "${S3_PROJECT_PATH}"; do
|
||||
for project in "${FDO_UPSTREAM_REPO}" "${S3_PROJECT_PATH}"; do
|
||||
local full_path="${FDO_HTTP_CACHE_URI:-}${S3_BASE_PATH}/${project}/${artifact_path}"
|
||||
if curl-with-retry -s --head "https://${full_path}" >/dev/null; then
|
||||
echo "https://${full_path}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue