add volume to build in
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
garionion 2021-07-31 23:42:10 +02:00
parent 4c0f4fcc2f
commit 96e1f077eb
Signed by: garionion
GPG key ID: 53352FA607FA681A

View file

@ -8,16 +8,27 @@ clone:
trigger: trigger:
repo: repo:
include: include:
- garionion/fluffychat - garionion/fluffychat
- garionion/fluffybuild
steps: steps:
- name: clone - name: clone
image: alpine/git image: alpine/git
commands: volumes:
- git clone https://git.entr0py.de/garionion/fluffychat.git . - name: build
- git checkout $DRONE_COMMIT path: /
commands:
- git clone https://git.entr0py.de/garionion/fluffychat.git .
- git checkout $DRONE_COMMIT
- name: build - name: build
image: archlinux/base-devel image: archlinux/base-devel
commands: volumes:
- ls -al - name: build
path: /
commands:
- ls -al
volumes:
- name: build
temp: {}