add volume to build in
continuous-integration/drone/push Build is failing Details

This commit is contained in:
garionion 2021-07-31 23:42:10 +02:00
parent 4c0f4fcc2f
commit 150161807e
Signed by: garionion
GPG Key ID: 53352FA607FA681A
1 changed files with 11 additions and 10 deletions

View File

@ -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
- name: build
image: archlinux/base-devel
commands:
- ls -al