commit a5dd1ae: [Test] Fix build pipeline

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Jul 9 11:21:04 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-09 12:08:54 +0100
URL: https://github.com/rspamd/rspamd/commit/a5dd1aef81959a5d9cf1805411059f1c1f6ed39b

[Test] Fix build pipeline

---
 .drone.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.drone.yml b/.drone.yml
index 578ba52f3..821344f42 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -16,6 +16,7 @@ pipeline:
   build:
     # https://github.com/rspamd/rspamd-build-docker/blob/master/ubuntu-build/Dockerfile
     image: rspamd/ci-ubuntu-build
+    pull: true
     group: build
     commands:
       # build directories should be writable by nobody, for rspamd in functional tests


More information about the Commits mailing list