commit 57c6a35eb94a3d568fba780d1941c0e38c1f6ac7 Author: emma peel emma.peel@riseup.net Date: Thu Sep 2 17:41:42 2021 +0200
cannot write /etc/timezone on my runner --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc98b37..ca7a958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:buster-slim +image: debian:buster
# This template should be usable on any system that's based on apt. @@ -6,7 +6,6 @@ image: debian:buster-slim
.apt-template: &apt-template | export LC_ALL=C.UTF-8 - echo Etc/UTC > /etc/timezone mkdir -p apt-cache export APT_CACHE_DIR="$(pwd)/apt-cache" echo 'quiet "1";' \
tor-commits@lists.torproject.org