testing 'remote' triggering

This commit is contained in:
garionion 2021-07-31 23:02:24 +02:00
parent a1fdf5cf77
commit 4c0f4fcc2f
Signed by: garionion
GPG Key ID: 53352FA607FA681A
2 changed files with 24 additions and 0 deletions

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

View File

@ -1,3 +1,4 @@
# fluffybuild
[![Build Status](https://drone.entr0py.de/api/badges/garionion/fluffybuild/status.svg)](https://drone.entr0py.de/garionion/fluffybuild)
Repo to contain the drone.yml for https://git.entr0py.de/garionion/fluffychat