Fixed timezone in GitLab pipeline

This commit is contained in:
Marcel Kapfer 2022-02-12 10:18:29 +01:00
parent 104c148ff9
commit 4b1dd38ffc
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: 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) - eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir ~/.ssh - mkdir ~/.ssh