[release-notes/help-gnome-org] ci: use alpine images
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/help-gnome-org] ci: use alpine images
- Date: Thu, 9 Sep 2021 03:07:58 +0000 (UTC)
commit e102edd71df4ae8e19edcb40cb87bf838a748fd6
Author: Link Dupont <link sub-pop net>
Date: Wed Sep 8 22:56:41 2021 -0400
ci: use alpine images
.gitlab-ci.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e01f7f1..58304d49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,19 @@
-image: fedora:34
+image: alpine:latest
variables:
DEPENDENCIES:
+ bash
coreutils
- findutils
- gettext
+ curl
git
- gnome-doc-utils
+ python3
unzip
yelp-tools
+ yelp-xsl
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]