ci/b2c: drop passthrough of unset CI_JOB_JWT

Fixes: dabc068e6c ("ci: Use ci-fairy minio login via token file")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26653>
(cherry picked from commit 6cc6ebde3a)
This commit is contained in:
Eric Engestrom
2023-12-12 13:17:16 +00:00
committed by Eric Engestrom
parent e0978d16c1
commit c81c063e6e
2 changed files with 1 additions and 2 deletions

View File

@@ -380,7 +380,6 @@ clang-format:
echo "export SCRIPTS_DIR=./install" >> ${JOB_FOLDER}/set-job-env-vars.sh echo "export SCRIPTS_DIR=./install" >> ${JOB_FOLDER}/set-job-env-vars.sh
echo "Variables passed through:" echo "Variables passed through:"
cat ${JOB_FOLDER}/set-job-env-vars.sh cat ${JOB_FOLDER}/set-job-env-vars.sh
echo "export CI_JOB_JWT=${CI_JOB_JWT}" >> ${JOB_FOLDER}/set-job-env-vars.sh
set -x set -x
# Copy the mesa install tarball to the job folder, for later extraction # Copy the mesa install tarball to the job folder, for later extraction

View File

@@ -1704,7 +1704,7 @@
"description": "ci/b2c: drop passthrough of unset CI_JOB_JWT", "description": "ci/b2c: drop passthrough of unset CI_JOB_JWT",
"nominated": true, "nominated": true,
"nomination_type": 1, "nomination_type": 1,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "dabc068e6c04dca7800c17c165e57c36c6cff7ee", "because_sha": "dabc068e6c04dca7800c17c165e57c36c6cff7ee",
"notes": null "notes": null