diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-09 12:08:54 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-09 12:08:54 +0100 |
commit | a5dd1aef81959a5d9cf1805411059f1c1f6ed39b (patch) | |
tree | a0d2c746092ab5f3e3fe53e53badffff03ec7879 /.drone.yml | |
parent | 694af5cd68843c8f9bf86e2e404c60d7048a91b6 (diff) | |
download | rspamd-a5dd1aef81959a5d9cf1805411059f1c1f6ed39b.tar.gz rspamd-a5dd1aef81959a5d9cf1805411059f1c1f6ed39b.zip |
[Test] Fix build pipeline
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |