add volume to build in
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
4c0f4fcc2f
commit
94b90570bc
1 changed files with 12 additions and 1 deletions
11
.drone.yml
11
.drone.yml
|
@ -9,15 +9,26 @@ trigger:
|
|||
repo:
|
||||
include:
|
||||
- garionion/fluffychat
|
||||
- garionion/fluffybuild
|
||||
|
||||
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
|
||||
|
||||
volumes:
|
||||
- name: build
|
||||
temp: {}
|
Loading…
Add table
Reference in a new issue