summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2020-10-13 17:14:00 +0300
committerTanu Kaskinen <tanuk@iki.fi>2020-10-13 17:14:00 +0300
commit8614a37a9534a03aabcdf4ae04d1d33460a74f26 (patch)
tree28ec2d80d7235ea941a0b20386f27ca5507b6ea5 /.gitlab-ci.yml
parent05f567086b72f05f0995f5ea4e282a3ce8d0bb15 (diff)
downloadpulseaudio-8614a37a9534a03aabcdf4ae04d1d33460a74f26.tar.gz
ci: Fix comment
The UBUNTU_DEBS variable has been replaced by FDO_DISTRIBUTION_PACKAGES.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a61110325..96b661045 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,9 @@ stages:
variables:
# Update this tag when you want to trigger a rebuild the container in which
- # CI runs, for example when adding new packages to UBUNTU_DEBS. The tag is
- # an arbitrary string that identifies the exact container contents.
+ # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
+ # The tag is an arbitrary string that identifies the exact container
+ # contents.
FDO_DISTRIBUTION_TAG: '2020-03-07-01'
FDO_DISTRIBUTION_VERSION: '18.04'
FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio'