diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-06-25 20:38:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 20:38:23 +0100 |
commit | 898adeb2d2e5cab6c9759aa0e4ff50f790efbc24 (patch) | |
tree | 9f53bfec6196bed234b6436d5967e2455d44bc6c /.drone.yml | |
parent | c31bf17fc483952e01468c7ff0f70b9ec0b8ad1d (diff) | |
parent | aa3d11920940f91b9677a802e4cca8775939376f (diff) | |
download | rspamd-898adeb2d2e5cab6c9759aa0e4ff50f790efbc24.tar.gz rspamd-898adeb2d2e5cab6c9759aa0e4ff50f790efbc24.zip |
Merge pull request #3414 from fatalbanana/py3
☠️ Use Ubuntu 20.04 & Python3 for functional tests ☠️
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 9e818c0e5..bbd71648e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: # any image with a root shell can be used here, but Ubuntu used as base # image for build and test images and we need to download it anyway - image: ubuntu:18.04 + image: ubuntu:20.04 pull: if-not-exists volumes: - name: rspamd |