testing 'remote' triggering
This commit is contained in:
parent
a1fdf5cf77
commit
d9810229fa
1 changed files with 23 additions and 0 deletions
23
.drone.yml
Normal file
23
.drone.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
repo:
|
||||||
|
include:
|
||||||
|
- garionion/fluffychat
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone https://git.entr0py.de/garionion/fluffychat.git .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
image: archlinux/base-devel
|
||||||
|
commands:
|
||||||
|
- ls -al
|
Loading…
Add table
Reference in a new issue