Fix tzdata prompt during apt install

This commit is contained in:
Alexandre Iooss 2020-09-01 15:42:00 +02:00
parent 739da3a090
commit aa247c281f
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ py38-django22:
stage: test
image: ubuntu:20.04
before_script:
# Fix tzdata prompt
- ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone
- >
apt-get update &&
apt-get install -y python3-django python3-django-crispy-forms