This commit is contained in:
commit
d1e91c1995
2 changed files with 39 additions and 0 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Update repo
|
||||
image: archlinux
|
||||
commands:
|
||||
- '/drone/src/build.sh'
|
||||
volumes:
|
||||
- name: isos
|
||||
path: /iso
|
||||
|
||||
volumes:
|
||||
- name: isos
|
||||
host:
|
||||
path: /mnt/user/files/repos/archlinux/iso/
|
Loading…
Add table
Add a link
Reference in a new issue