From 62edd39dec1cf02ecbdc09c8254ac23430d0c5e7 Mon Sep 17 00:00:00 2001 From: garionion Date: Sat, 31 Jul 2021 23:42:10 +0200 Subject: [PATCH] add volume to build in --- .drone.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b12e554..51a02e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,11 +13,21 @@ trigger: steps: - name: clone image: alpine/git + volumes: + - name: build + path: / commands: - git clone https://git.entr0py.de/garionion/fluffychat.git . - git checkout $DRONE_COMMIT - name: build image: archlinux/base-devel + volumes: + - name: build + path: / commands: - - ls -al \ No newline at end of file + - ls -al + +volumes: + - name: build + temp: {} \ No newline at end of file