summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
-rwxr-xr-xtools/ci-install.sh5
2 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fd5a04e..10e77758 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,8 +142,7 @@ windows amd64 image:
# compilers
- export PATH="/usr/lib/ccache:$PATH"
script:
- - chown -R user .
- - runuser -u user ./tools/ci-build.sh
+ - ./tools/ci-build.sh
debian image:
extends:
diff --git a/tools/ci-install.sh b/tools/ci-install.sh
index b259a58e..f0bcf656 100755
--- a/tools/ci-install.sh
+++ b/tools/ci-install.sh
@@ -406,11 +406,6 @@ if [ "$ci_local_packages" = yes ]; then
wget ${mirror}/${filename}
tar -C ${dep_prefix} --strip-components=1 -xvf ${filename}
done
-
- # limit access rights
- if [ "$ci_in_docker" = yes ]; then
- chown -R user "${dep_prefix}"
- fi
;;
esac
fi