This commit is contained in:
parent
4c0f4fcc2f
commit
150161807e
1 changed files with 11 additions and 10 deletions
21
.drone.yml
21
.drone.yml
|
@ -8,16 +8,17 @@ 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:
|
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
|
||||||
commands:
|
commands:
|
||||||
- ls -al
|
- ls -al
|
||||||
|
|
Loading…
Reference in a new issue