From: Vsevolod Stakhov Date: Fri, 10 Feb 2023 12:16:09 +0000 (+0000) Subject: [Minor] Start fight with drone ci X-Git-Tag: 3.5~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1da9ad022291f942e5417bdaebedf697f3b8b837;p=thirdparty%2Frspamd.git [Minor] Start fight with drone ci --- diff --git a/.drone.yml b/.drone.yml index 91ec722726..b17c48a37b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ name: default platform: os: linux - arch: amd64 steps: - name: prepare @@ -278,10 +277,10 @@ volumes: temp: {} trigger: - event: [push, tag, pull_request] + event: [push, tag, pull_request, custom] --- kind: signature -hmac: c09067fc9552e2f761066dc409e386f950c52f9c1740157c427252a806c40871 +hmac: 4ff026a59ee31c1afc6e85690034d2ead4cc8274baf7099f4bd8d69e4045db97 ...