From d9810229fabb9f71a6a3486216451d9cb1408ed7 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 +++++++++++++++++++++++ 1 file changed, 23 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