From 4b1dd38ffcb6b70d47288d87962af12780c8bba1 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 12 Feb 2022 10:18:29 +0100 Subject: [PATCH] Fixed timezone in GitLab pipeline --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c236d95..82426af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - - apk add --no-cache openssh + - apk add --no-cache openssh tzdata + - cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - mkdir ~/.ssh