From 8deb3583d455a3bf1da59b03a87340d17ad33003 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 9 Oct 2020 23:08:15 +0200 Subject: [PATCH] fix: test builds on PRs failing to run --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6b3980e..aa05bd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: - name: s path: /var/run/docker.sock commands: - - docker-compose build --remove-orphans + - docker-compose build --no-cache --pull volumes: - name: s