ci: Fix comment
authorTanu Kaskinen <tanuk@iki.fi>
Tue, 13 Oct 2020 14:14:00 +0000 (17:14 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 13 Oct 2020 14:14:00 +0000 (17:14 +0300)
The UBUNTU_DEBS variable has been replaced by FDO_DISTRIBUTION_PACKAGES.

.gitlab-ci.yml

index a611103..96b6610 100644 (file)
@@ -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'