add volume to build in
This commit is contained in:
parent
4c0f4fcc2f
commit
62edd39dec
1 changed files with 11 additions and 1 deletions
12
.drone.yml
12
.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
|
||||
- ls -al
|
||||
|
||||
volumes:
|
||||
- name: build
|
||||
temp: {}
|
Loading…
Add table
Reference in a new issue