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
96e1f077eb
1 changed files with 21 additions and 10 deletions
11
.drone.yml
11
.drone.yml
|
@ -9,15 +9,26 @@ trigger:
|
||||||
repo:
|
repo:
|
||||||
include:
|
include:
|
||||||
- garionion/fluffychat
|
- garionion/fluffychat
|
||||||
|
- garionion/fluffybuild
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
volumes:
|
||||||
|
- name: build
|
||||||
|
path: /
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.entr0py.de/garionion/fluffychat.git .
|
- git clone https://git.entr0py.de/garionion/fluffychat.git .
|
||||||
- git checkout $DRONE_COMMIT
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: archlinux/base-devel
|
image: archlinux/base-devel
|
||||||
|
volumes:
|
||||||
|
- name: build
|
||||||
|
path: /
|
||||||
commands:
|
commands:
|
||||||
- ls -al
|
- ls -al
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: build
|
||||||
|
temp: {}
|
Loading…
Add table
Reference in a new issue