testing 'remote' triggering
This commit is contained in:
parent
a1fdf5cf77
commit
4c0f4fcc2f
2 changed files with 24 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
|
|
@ -1,3 +1,4 @@
|
||||||
# fluffybuild
|
# 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
|
Repo to contain the drone.yml for https://git.entr0py.de/garionion/fluffychat
|
Loading…
Reference in a new issue