From c760ed61907d5ea67b18dc4fa92ff8e287ff48da Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 7 Sep 2020 17:36:58 +0200 Subject: [PATCH] gitlab-ci: Fix the sha1sum The images where build with an invalid sha1sum. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Sep 7 23:57:48 UTC 2020 on sn-devel-184 --- .gitlab-ci.yml | 2 +- bootstrap/sha1sum.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eac719e5ee5..569120f6f44 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: 2b36c89aa12c35958fd95380615dde0ef5a97b9d + SAMBA_CI_CONTAINER_TAG: 0ff8e6d23f6f418ee5af48921754f4073300c1a5 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index 28d7e55a73a..fb3adc00797 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -2b36c89aa12c35958fd95380615dde0ef5a97b9d +0ff8e6d23f6f418ee5af48921754f4073300c1a5 -- 2.47.3