From b06ec9b955b565b95389d2a122d95cd00aa9c43d Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sat, 14 May 2022 21:12:04 +0200 Subject: [PATCH] Forgot the volumes --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index b309604..12822c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,6 +71,10 @@ steps: depends_on: - build-publish-image +volumes: + - name: build + temp: {} + --- kind: pipeline