add flutter-aur file
This commit is contained in:
parent
b27487d0b6
commit
e847e680e1
3 changed files with 16 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# fluffybuild
|
||||
[![Build Status](https://drone.entr0py.de/api/badges/garionion/fluffybuild/status.svg)](https://drone.entr0py.de/garionion/fluffybuild)
|
||||
# drone configs
|
||||
|
||||
Repo to contain the drone.yml for https://git.entr0py.de/garionion/fluffychat
|
||||
Repo to containing external drone yml files
|
12
archlinux-flutter-dockerimage-trigger.yml
Normal file
12
archlinux-flutter-dockerimage-trigger.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: trigger
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
server: https://drone.entr0py.de
|
||||
token:
|
||||
from_secret: drone_trigger_token
|
||||
repositories:
|
||||
- garionion/archlinux-flutter-dockerimage@main
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"https://git.entr0py.de/garionion/fluffychat.git": "fluffychat.yml"
|
||||
"https://git.entr0py.de/garionion/fluffychat.git": "fluffychat.yml",
|
||||
"https://git.entr0py.de/garionion/flutter-aur.git": "archlinux-flutter-dockerimage-trigger.yml"
|
||||
}
|
Loading…
Reference in a new issue