.gitlab-ci.yml: Preconfigure /etc/localtime on Ubuntu CI

This prevents it blocking waiting for terminal input on upgrades.
This commit is contained in:
Michael Gratton 2020-03-25 13:42:08 +11:00
parent 8f4e573ef6
commit 62b2f14ffd

View file

@ -67,6 +67,7 @@ ubuntu:
stage: build
image: ubuntu:devel
before_script:
- ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
- apt-get update
- apt-get install -q -y --no-install-recommends $UBUNTU_DEPS $UBUNTU_TEST_DEPS
- locale-gen $TEST_LOCALE