From 90ad5d3f06bc61e7559767459679944f919fad4f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 25 Oct 2024 22:27:34 +0200 Subject: [PATCH] ci: drop dead "load jwt in the environment just before exiting the job" code Part-of: --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aac91577c9f..c36104c70d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,13 +114,6 @@ default: # Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338 - find -name '*.log' -exec mv {} {}.txt \; - - > - set +x - - test -e "${S3_JWT_FILE}" && - export S3_JWT="$(<${S3_JWT_FILE})" && - rm "${S3_JWT_FILE}" - # Retry when job fails. Failed jobs can be found in the Mesa CI Daily Reports: # https://gitlab.freedesktop.org/mesa/mesa/-/issues/?sort=created_date&state=opened&label_name%5B%5D=CI%20daily retry: