diff options
author | Andreas Schneider <asn@samba.org> | 2022-03-18 16:33:00 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2022-03-23 11:33:33 +0000 |
commit | c886d58b806673012e812dbaa557fff8f44bc02a (patch) | |
tree | b04e30f8645327c024d03c3d5bb1b115f03e3af1 /.gitlab-ci-main.yml | |
parent | 80503b46e7238d0796f5cc9eb6104958c3b3fcc7 (diff) | |
download | samba-c886d58b806673012e812dbaa557fff8f44bc02a.tar.gz |
gitlab-ci: Remove unused variable for ubuntu1604
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r-- | .gitlab-ci-main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 8b2b6e8c4de..6934741662e 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -53,7 +53,6 @@ variables: # Please see the samba-o3 sections at the end of this file! # We should run that for each available image # - SAMBA_CI_CONTAINER_IMAGE_ubuntu1604: ubuntu1604 SAMBA_CI_CONTAINER_IMAGE_ubuntu1804: ubuntu1804 SAMBA_CI_CONTAINER_IMAGE_ubuntu2004: ubuntu2004 SAMBA_CI_CONTAINER_IMAGE_debian9: debian9 |