From 150161807e672f9368904d87ad8de2b993195a57 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 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index b12e554..01bfd39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,16 +8,17 @@ clone: trigger: repo: include: - - garionion/fluffychat + - garionion/fluffychat + - garionion/fluffybuild steps: -- name: clone - image: alpine/git - commands: - - git clone https://git.entr0py.de/garionion/fluffychat.git . - - git checkout $DRONE_COMMIT + - name: clone + image: alpine/git + commands: + - git clone https://git.entr0py.de/garionion/fluffychat.git . + - git checkout $DRONE_COMMIT -- name: build - image: archlinux/base-devel - commands: - - ls -al \ No newline at end of file + - name: build + image: archlinux/base-devel + commands: + - ls -al