diff options
author | Andreas Schneider <asn@samba.org> | 2019-11-05 10:38:48 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-11-06 12:12:34 +0000 |
commit | 1ba0a32e707618012dcf9f06ff48bb15783cf106 (patch) | |
tree | b08007d087e2ce5ceccfcfc6856f3de449a72b30 /.gitlab-ci.yml | |
parent | bf99f82077876fc107adb1ed4f07dd7e1351fff9 (diff) | |
download | samba-1ba0a32e707618012dcf9f06ff48bb15783cf106.tar.gz |
bootstrap: Remove Fedora 28 which is already EOL
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 3d26c956fde..bc4bf5326af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 4a498d9dd6c861b85bf4a749f3feb0805ea7298e + SAMBA_CI_CONTAINER_TAG: 87b11cd0dd5a07464b7b2cf7c43c861451acad35 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |