This commit is contained in:
parent
6af1ec9cea
commit
87f0c7de9c
2 changed files with 22 additions and 0 deletions
22
.drone.yml
Normal file
22
.drone.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build fjord-launcher-unlocked 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/
|
0
run.sh
Normal file → Executable file
0
run.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue