.gitlab-ci.yml: Preconfigure /etc/localtime on Ubuntu CI
This prevents it blocking waiting for terminal input on upgrades.
This commit is contained in:
parent
8f4e573ef6
commit
62b2f14ffd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue