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