summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-05-09 18:49:16 +0100
committerMarge Bot <emma+marge@anholt.net>2023-05-12 16:36:57 +0000
commit07a8fdb9bb5889941afdcb7a589c7b1d80d32be7 (patch)
treecec571fd62d8d04c2291071bbd75e19a09159062 /.gitlab-ci.yml
parent0a45f9c99978c9f14a18918b2bf1532b60bd9ed8 (diff)
downloadmesa-07a8fdb9bb5889941afdcb7a589c7b1d80d32be7.tar.gz
ci: stop marking environment variable list as executable
We're only going to read it, not execute it. Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22945>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a72fc18393..3c6d90df257 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,6 @@ default:
- >
export SCRIPTS_DIR=$(mktemp -d) &&
curl -L -s --retry 4 -f --retry-all-errors --retry-delay 60 -O --output-dir "${SCRIPTS_DIR}" "${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/setup-test-env.sh" &&
- chmod +x ${SCRIPTS_DIR}/setup-test-env.sh &&
. ${SCRIPTS_DIR}/setup-test-env.sh &&
echo -n "${CI_JOB_JWT}" > "${CI_JOB_JWT_FILE}" &&
unset CI_JOB_JWT # Unsetting vulnerable env variables