ci: drop dead "load jwt in the environment just before exiting the job" code
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31855>
This commit is contained in:

committed by
Marge Bot

parent
5dcad54902
commit
90ad5d3f06
@@ -114,13 +114,6 @@ default:
|
|||||||
# Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338
|
# Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338
|
||||||
- find -name '*.log' -exec mv {} {}.txt \;
|
- 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:
|
# 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
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/?sort=created_date&state=opened&label_name%5B%5D=CI%20daily
|
||||||
retry:
|
retry:
|
||||||
|
Reference in New Issue
Block a user