diff options
author | Andreas Schneider <asn@samba.org> | 2020-06-17 14:16:13 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-06-22 14:34:32 +0000 |
commit | 225db6148c70c2117866a5d7e6ffd08cbff67609 (patch) | |
tree | aedd041106adc0632ec3d527becaa4d5c5c6fe2e /.gitlab-ci.yml | |
parent | e1335efa161c37a39ac93fd9a1a514f1a331f030 (diff) | |
download | samba-225db6148c70c2117866a5d7e6ffd08cbff67609.tar.gz |
bootstrap: Add back quota-devel on CentOS8
https://bugs.centos.org/view.php?id=16549
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68e1a52bf1e..07288ae9793 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: c6ee634a9467e84ee8dd858b0b363f7a75973a66 + SAMBA_CI_CONTAINER_TAG: 1275dc52ac8c1de5981f267df88b85b6f87e299a # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |