diff options
author | Michel Dänzer <[email protected]> | 2019-05-03 10:41:45 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-05-08 16:59:02 +0000 |
commit | d0b9a7f0d72a37c7d8ba0452b922bd4621c7fa45 (patch) | |
tree | 78953e9207ee62c02e1f72962733d635405ea827 /.gitlab-ci.yml | |
parent | 0d59459432cf077d768164091318af8fb1612500 (diff) |
gitlab-ci: Remove superfluous comment about image tag counter suffix
We really shouldn't ever need a suffix, otherwise it indicates a failure
in coordination. :) In which case, it doesn't really matter how the tag
is disambiguated.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 734d1f9e936..0feba19703e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,6 @@ # main repository, it's recommended to remove the image from the source # repository's container registry, so that the image from the main # repository's registry will be used there as well. -# -# The format of the tag is "%Y-%m-%d-${counter}" where ${counter} stays -# at "01" unless you have multiple updates on the same day :) variables: UPSTREAM_REPO: mesa/mesa DEBIAN_TAG: "2019-05-01" |