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




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

    ci: use alpine images

 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e01f7f1..2b13fd98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,18 @@
-image: fedora:34
+image: alpine:latest
 
 variables:
   DEPENDENCIES:
+    bash
     coreutils
-    findutils
-    gettext
+    curl
     git
-    gnome-doc-utils
+    python3
     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]