This commit is contained in:
parent
9cca72bc0b
commit
8b1b318371
1 changed files with 31 additions and 0 deletions
31
.drone.yml
Normal file
31
.drone.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Build live-cd Image
|
||||
image: debian:buster
|
||||
privileged: true
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y live-build binutils
|
||||
- sed -i '1161s%umount%#umount%' /usr/share/debootstrap/functions
|
||||
- lb clean --purge
|
||||
- lb config
|
||||
- lb build
|
||||
|
||||
# - name: gitea_release
|
||||
# image: plugins/gitea-release
|
||||
# settings:
|
||||
# api_key:
|
||||
# from_secret: lagertonne_droneio_key
|
||||
# base_url: https://git.neulandlabor.de/
|
||||
# files:
|
||||
# - live-image*.iso
|
||||
# checksum:
|
||||
# - sha512
|
||||
# - md5
|
||||
# when:
|
||||
# event: tag
|
||||
|
Loading…
Reference in a new issue