added drone config file

This commit is contained in:
sose 2020-09-23 00:13:11 -07:00
parent c83f363f41
commit e13ce136e4
1 changed files with 26 additions and 0 deletions

26
.drone.yml Normal file
View File

@ -0,0 +1,26 @@
---
kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: build_img
image: debian:buster
privileged: true
volumes:
- name: builds
path: /tl-builds
commands:
- lb config
- rm -r config
- git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config config
- lb build
- mv live-image-amd64.img /tl-builds/tildelinux.img
volumes:
- name: builds
host:
path: /home/sose/tl-builds