This commit is contained in:
parent
27cea8f875
commit
00d4108dec
37
.drone.yml
Executable file
37
.drone.yml
Executable file
@ -0,0 +1,37 @@
|
||||
kind: pipeline
|
||||
name: always
|
||||
|
||||
clone:
|
||||
depth: 10
|
||||
|
||||
volumes:
|
||||
- name: dronecache
|
||||
host:
|
||||
path: /home/xo/dronecache
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: ghcr.io/void-linux/void-linux:20210312rc01-full-x86_64
|
||||
pull: always
|
||||
privileged: true
|
||||
commands:
|
||||
- 'sh /files/bin/init.sh'
|
||||
- 'bash /files/bin/autobuild.sh'
|
||||
- 'bash /files/bin/autocleanup.sh'
|
||||
volumes:
|
||||
- name: dronecache
|
||||
path: /files
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
pull: always
|
||||
when:
|
||||
status: [ success, changed, failure ]
|
||||
settings:
|
||||
host: mail.tzend.de
|
||||
from: drone@tzend.de
|
||||
username:
|
||||
from_secret: email_username
|
||||
password:
|
||||
from_secret: email_password
|
||||
|
10835
srcpkgs/linux5.18/files/x86_64-dotconfig-custom
Normal file
10835
srcpkgs/linux5.18/files/x86_64-dotconfig-custom
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user