diff options
author | Andreas Schneider <asn@samba.org> | 2019-05-09 18:21:24 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-05-10 01:15:16 +0000 |
commit | 2f0c49e654a857cc43ba3b1e4b47a95078e01750 (patch) | |
tree | 36994d028fd0a56b6f98a22e89e1e0ef223424f3 /.gitlab-ci.yml | |
parent | 667db8e8c7836c750085729f5062807669cbb204 (diff) | |
download | samba-2f0c49e654a857cc43ba3b1e4b47a95078e01750.tar.gz |
gitlab-ci: Install libtasn1-tools on Fedora based distributions
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@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 3d01f8fc376..a69db94ff36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: 93278680b4e7086c0bec11a58bc3533f9971c08e + SAMBA_CI_CONTAINER_TAG: 1185fa2a316b3bb7e0c24e9fb8279d4c17450809 # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. SAMBA_CI_CONTAINER_IMAGE: ubuntu1804 |