diff options
author | Andreas Schneider <asn@samba.org> | 2022-02-21 11:29:29 +0100 |
---|---|---|
committer | Pavel Filipensky <pfilipensky@samba.org> | 2022-08-17 10:08:35 +0000 |
commit | 5ae4a6249f6228c6c231ca79138790943673efe6 (patch) | |
tree | 7905645432c858a9102e6257f91e368ca249f0ab /.gitlab-ci-main.yml | |
parent | f92bacbe216d2d74ea3ccf3fe0df5c1cc9860996 (diff) | |
download | samba-5ae4a6249f6228c6c231ca79138790943673efe6.tar.gz |
bootstrap: Install ShellCheck and shfmt
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r-- | .gitlab-ci-main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index ce30e044335..a14d8e66fc7 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -47,7 +47,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: b62662cd85b10ca4767b9ead4e9b0482ad98ddb2 + SAMBA_CI_CONTAINER_TAG: 1e06877f1afbb3dbd4283e00310d63216a274333 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |