From a5dd1aef81959a5d9cf1805411059f1c1f6ed39b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 9 Jul 2019 12:08:54 +0100 Subject: [PATCH] [Test] Fix build pipeline --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 578ba52f37..821344f426 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 -- 2.47.3