summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2019-12-20 08:00:59 +0200
committerArun Raghavan <arun@arunraghavan.net>2019-12-21 05:15:31 +0000
commit1f5da4c20b306e725a84e4681e3836f84a9167ed (patch)
tree7213f3ab6a0f1c500402d28a10f846ef1f100273 /.gitlab-ci.yml
parentc48f36fcb3e4462c1a1d0d9c9822661afc593059 (diff)
downloadpulseaudio-1f5da4c20b306e725a84e4681e3836f84a9167ed.tar.gz
gitlab: explain the container image tag better
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51feab921..dcb4a983a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,8 @@ stages:
variables:
# Update this tag when you want to trigger a rebuild the container in which
- # CI runs
+ # CI runs, for example when adding new packages to UBUNTU_DEBS. The tag is
+ # an arbitrary string that identifies the exact container contents.
UBUNTU_TAG: '2019-11-21-01'
UBUNTU_VERSION: '18.04'
UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu/$UBUNTU_VERSION:$UBUNTU_TAG"
@@ -31,6 +32,9 @@ build-container:
stage: container
variables:
GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
+
+ # Remember to update UBUNTU_TAG when modifying this package list! Otherwise
+ # the changes won't have effect since an old container image will be used.
UBUNTU_DEBS: >-
autoconf
automake