2024-10-01 22:42:19 -05:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Update repo
|
|
|
|
image: zocker160/aur-builder
|
|
|
|
commands:
|
2024-10-01 22:48:02 -05:00
|
|
|
- '/drone/src/blendos-repo-automation.sh'
|
2024-10-01 22:42:19 -05:00
|
|
|
volumes:
|
2024-11-12 08:24:58 -06:00
|
|
|
- name: blendos-repo
|
2024-10-01 22:42:19 -05:00
|
|
|
path: /repo
|
|
|
|
|
|
|
|
volumes:
|
2024-11-12 08:24:58 -06:00
|
|
|
- name: blendos-repo
|
2024-10-01 22:42:19 -05:00
|
|
|
host:
|
2024-11-12 08:24:58 -06:00
|
|
|
path: /mnt/user/files/repos/blendos/x86_64
|