diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index a3669a1ab..029145cfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -230,6 +230,7 @@ steps: - name: eslint image: node:17-alpine pull: if-not-exists + failure: ignore commands: - npm install - ./node_modules/.bin/eslint -v @@ -243,6 +244,7 @@ steps: # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile image: rspamd/ci-perl-tidyall pull: if-not-exists + failure: ignore commands: - tidyall --version - perltidy --version | head -1 |