This commit is contained in:
parent
4c0f4fcc2f
commit
150161807e
1 changed files with 11 additions and 10 deletions
|
@ -9,15 +9,16 @@ trigger:
|
|||
repo:
|
||||
include:
|
||||
- garionion/fluffychat
|
||||
- garionion/fluffybuild
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://git.entr0py.de/garionion/fluffychat.git .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
- name: build
|
||||
- name: build
|
||||
image: archlinux/base-devel
|
||||
commands:
|
||||
- ls -al
|
Loading…
Reference in a new issue