This commit is contained in:
commit
fa3eb28847
4 changed files with 110 additions and 0 deletions
26
.drone.yml
Normal file
26
.drone.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
environment:
|
||||
RPM_PACKAGER_NAME: 'askiiart'
|
||||
RPM_PACKAGER_EMAIL: 'rpm@askiiart.net'
|
||||
|
||||
steps:
|
||||
- name: Build cavif fedora package
|
||||
image: fedora
|
||||
commands:
|
||||
- '/drone/src/run.sh'
|
||||
volumes:
|
||||
- name: program-archives
|
||||
path: /compiled
|
||||
- name: fedora-repo
|
||||
path: /repo
|
||||
|
||||
volumes:
|
||||
- name: program-archives
|
||||
host:
|
||||
path: /mnt/user/files/repos/archives/
|
||||
- name: fedora-repo
|
||||
host:
|
||||
path: /mnt/user/files/repos/fedora/x86_64/
|
Loading…
Add table
Add a link
Reference in a new issue