From 5fc189ed53a533a0cef9783bf26ce77d897915e6 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 24 Apr 2022 12:59:32 -0400 Subject: [PATCH] try building without vfs --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 26be628..f322141 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: services: docker: image: docker:18.09-dind - command: ["--storage-driver=vfs"] + # command: ["--storage-driver=vfs"] privileged: true when: branch: master