summaryrefslogtreecommitdiff
path: root/.gitlab-ci/bare-metal
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/bare-metal
parent0a45f9c99978c9f14a18918b2bf1532b60bd9ed8 (diff)
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/bare-metal')
-rw-r--r--.gitlab-ci/bare-metal/rootfs-setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/bare-metal/rootfs-setup.sh b/.gitlab-ci/bare-metal/rootfs-setup.sh
index 7d0c9b4aac6..6bd5adb39ca 100644
--- a/.gitlab-ci/bare-metal/rootfs-setup.sh
+++ b/.gitlab-ci/bare-metal/rootfs-setup.sh
@@ -24,7 +24,6 @@ set +x
# Pass through relevant env vars from the gitlab job to the baremetal init script
"$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh
-chmod +x $rootfs_dst/set-job-env-vars.sh
echo "Variables passed through:"
cat $rootfs_dst/set-job-env-vars.sh