[release-notes/help-gnome-org] ci: use alpine images



commit cb2907b0d9820b19ebb4f0f87838e3405558b716
Author: Link Dupont <link sub-pop net>
Date:   Wed Sep 8 22:56:41 2021 -0400

    ci: use alpine images

 .gitlab-ci.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e01f7f1..36ec2916 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,16 @@
-image: fedora:34
+image: alpine:latest
 
 variables:
   DEPENDENCIES:
+    bash
     coreutils
-    findutils
-    gettext
     git
-    gnome-doc-utils
     unzip
     yelp-tools
 
 pages:
   before_script:
-    - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
+    - apk add $DEPENDENCIES
   stage: deploy
   script: bash -xe ./build.sh
   artifacts:


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