diff options
author | Andreas Schneider <asn@samba.org> | 2019-11-06 08:43:05 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-11-06 13:35:17 +0000 |
commit | 35bb734d638e273f2fd1a19220db5f200d3e7489 (patch) | |
tree | b49c004613d10db95c138cc8510768d445590230 /.gitlab-ci.yml | |
parent | 6a3b19fb170d13aaed92645866af75cc508d0991 (diff) | |
download | samba-35bb734d638e273f2fd1a19220db5f200d3e7489.tar.gz |
bootstrap: Fix centos7 image creation
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Nov 6 13:35:17 UTC 2019 on sn-devel-184
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 de8f7461579..e12f9ebf903 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: 19ca94dcfefa6aac39fead8d2a7a0f48d9ce4f8a + SAMBA_CI_CONTAINER_TAG: 539cd9023fee0703a42dc82e8778a01149fcb679 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |