[libdmapsharing/LIBDMAPSHARING_3_0] .gitlab-ci.yml: select 32-bit image and set DEBIAN_FRONTEND=noninteractive
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing/LIBDMAPSHARING_3_0] .gitlab-ci.yml: select 32-bit image and set DEBIAN_FRONTEND=noninteractive
- Date: Wed, 1 Jul 2020 00:19:26 +0000 (UTC)
commit 5ab8c128773d4cee06392ea9cdd89d40ce5dd6f6
Author: W. Michael Petullo <mike flyn org>
Date: Tue Jun 30 18:44:22 2020 -0500
.gitlab-ci.yml: select 32-bit image and set DEBIAN_FRONTEND=noninteractive
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 140f233..847714d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
build-ubuntu:
- image: ubuntu:rolling
+ image: i386/ubuntu:rolling
+
+ variables:
+ DEBIAN_FRONTEND: noninteractive
before_script:
- apt-get update
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]