testing 'remote' triggering

This commit is contained in:
garionion 2021-07-31 23:02:24 +02:00
parent a1fdf5cf77
commit d9810229fa

23
.drone.yml Normal file
View 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