From 4c0f4fcc2f8bca5169bb37fe641529225fa8d236 Mon Sep 17 00:00:00 2001 From: garionion Date: Sat, 31 Jul 2021 23:02:24 +0200 Subject: [PATCH] testing 'remote' triggering --- .drone.yml | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b12e554 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 58ab795..93ed5a9 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file