summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Sweertvaegher <46206-matthias.sweertvaegher@users.noreply.gitlab.gnome.org>2020-12-14 17:44:11 +0100
committerMatthias Sweertvaegher <46206-matthias.sweertvaegher@users.noreply.gitlab.gnome.org>2020-12-14 17:44:11 +0100
commit698a05fcc49e40c6b6f2990a5e1205cd5f93d028 (patch)
tree044b90020c8a489ee8592c98b0d39f3ab551ee66
parent98a4bf483a69c6436311bcb9834d9d93235c96b7 (diff)
downloadlibnotify-698a05fcc49e40c6b6f2990a5e1205cd5f93d028.tar.gz
fix CI build stuck on TZ data config
when pushing a new commit, I noticed the CI build gets stuck on: Configuring tzdata ------------------ Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located. 1. Africa 3. Antarctica 5. Arctic 7. Atlantic 9. Indian 11. US 2. America 4. Australia 6. Asia 8. Europe 10. Pacific 12. Etc Geographic area:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0730092..7dd1840 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,6 @@
+variables:
+ DEBIAN_FRONTEND: noninteractive
+
stages:
- build