[geary/cherry-pick-0edaf3b9] Merge branch 'mjog/tzdata-debconf-wedged-ci' into 'mainline'



commit 46a8e413a8e324b78aed407c6b25ccb7bfc8525a
Author: Michael Gratton <mike vee net>
Date:   Wed Mar 25 03:02:50 2020 +0000

    Merge branch 'mjog/tzdata-debconf-wedged-ci' into 'mainline'
    
    .gitlab-ci.yml: Preconfigure Ubuntu tzdata package
    
    See merge request GNOME/geary!457
    
    (cherry picked from commit 0edaf3b988963eeed43276ffebed8e7dc660fb74)
    
    62b2f14f .gitlab-ci.yml: Preconfigure /etc/localtime on Ubuntu CI

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64c6c975..9edfe730 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]