diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-03 14:40:14 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-03 14:40:14 +0000 |
commit | 8e9a6b7f54a817995a6db4bc3d6e24eaf17e4a14 (patch) | |
tree | 4f2a1cb5cc1f4e008e23e111218a3b3fb991d611 /.drone.yml | |
parent | a8d0dbda11f7e345c95c9f5a7623f7a65e7d59c0 (diff) | |
download | rspamd-8e9a6b7f54a817995a6db4bc3d6e24eaf17e4a14.tar.gz rspamd-8e9a6b7f54a817995a6db4bc3d6e24eaf17e4a14.zip |
[Minor] Update ci
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 5c4902942..b13578dd7 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:20.04 + image: ubuntu:22.04 pull: if-not-exists volumes: - name: rspamd @@ -278,6 +278,6 @@ trigger: --- kind: signature -hmac: 9e142da57023b8a8a23e6c34e6de62552ab32cd5323e9b47a09ae20089992b67 +hmac: aa5c8d19b8f55e3ca2c2628f340f147444a4a3b7f3bd35ac2859b557defd65f7 ... |