From 185a1aee547d6c59ef32f9a7630b35bbd290b9fb Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Thu, 5 Jul 2018 14:56:20 -0700 Subject: [PATCH] Pull on build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6996a3d2542..e4dd2da5704 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - docker build -f Dockerfile.prod . + - docker build --pull -f Dockerfile.prod . when: event: [pull_request]