diff options
author | Stefan Metzmacher <metze@samba.org> | 2021-04-08 23:12:39 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2021-04-13 08:23:35 +0000 |
commit | a0a1988afb3aa4b0064919ad02a1ef7f38f44d80 (patch) | |
tree | 3e27d79214fc28dc77606db035822015e70735ea /.gitlab-ci-main.yml | |
parent | 23a54f4731c12333c2a62ed80c5abbf3ca054492 (diff) | |
download | samba-a0a1988afb3aa4b0064919ad02a1ef7f38f44d80.tar.gz |
bootstrap/.gitlab-ci.yml: make sure we force gitlab.com runners for now
We've just added our own runners with 'docker' and 'gce'.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@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 731f8c6dc36..ccda2077a4d 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -44,7 +44,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: c4c00eb35cae36d8d6e752ee01fd943432993721 + SAMBA_CI_CONTAINER_TAG: f25e1fa0a828f428ade0e4f37d8a646ff1e207d4 # # We use the ubuntu1804 image as default as # it matches what we have on sn-devel-184. |